portal/db/models
Derrick Hammer fc042570ab
refactor: change to store the hash as a raw, but also make it unique with an index
2024-02-17 23:17:26 -05:00
..
api_key.go feat: initial database support and models 2024-01-15 20:58:20 -05:00
blocklist.go fix: ensure blocklist is singular 2024-01-16 00:11:12 -05:00
download.go feat: initial database support and models 2024-01-15 20:58:20 -05:00
pin.go fix: fix user relationship 2024-01-16 00:05:25 -05:00
public_key.go refactor: ensure key is unique 2024-02-14 00:13:28 -05:00
s5_challenges.go feat: add S5 challenge model 2024-01-16 11:31:25 -05:00
tus_lock.go fix: update TusLock to use a compound unique index to work with soft deletes 2024-01-20 11:47:44 -05:00
tus_upload.go refactor: change to store the hash as a raw, but also make it unique with an index 2024-02-17 23:17:26 -05:00
upload.go refactor: change to store the hash as a raw, but also make it unique with an index 2024-02-17 23:17:26 -05:00
user.go fix: use tx.Statement.Changed to ensure email is being changed before validating it 2024-02-17 09:00:44 -05:00