Initial admin-granting code does not store properly in postgres #14
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: digimint/taskflower#14
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?
The current behavior is to store '-1' as the UID. SQLite doesn't actually check whether a user corresponding to this key exists, but postgres sure does.
Best thing to do here is probably to store this key in its own bespoke table or something like that.