Update notes for 2017-05-18

This commit is contained in:
2017-05-18 10:12:30 +03:00
parent 13d0b48c8b
commit feb2893698
3 changed files with 23 additions and 8 deletions

View File

@ -187,3 +187,10 @@ dspace=# select * from handle where handle_id=(select max(handle_id) from handle
```
- I've posted on the dspace-test mailing list to see if I can just manually set the `handle_seq` to that value
- Actually, it seems I can manually set the handle sequence using:
```
dspace=# select setval('handle_seq',86873);
```
- After that I can create collections just fine, though I'm not sure if it has other side effects