Initial admin-granting code does not store properly in postgres #14

Closed
opened 2025-11-20 12:48:26 -06:00 by digimint · 0 comments
Owner

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.

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.
digimint self-assigned this 2025-11-20 13:30:31 -06:00
digimint added this to the Taskflower v0.1.0 project 2025-11-20 15:24:31 -06:00
digimint referenced this issue from a commit 2025-11-21 16:35:44 -06:00
Sign in to join this conversation.
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: digimint/taskflower#14
No description provided.