Replace nextId with PG sequences #69
Labels
No labels
Doing
P1: critical
P2: important
P3: useful
P4: nice to have
P5: reminder
To Do
bug
duplicate
invalid
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
peacelink/phpeace#69
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
nextId is a leftover from MySQL for getting the next available ID in a table insert
We have 121 occurrences
It should be replaced with sequences now that we have moved to Postgres
changed title from
Replace nextID with PG sequencestoReplace nextId with PG sequenceschanged the description
marked this issue as related to pck3s#72