mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2017-05-18
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user