portal/db/models
Derrick Hammer 593d8ea381
refactor: ensure key is unique
2024-02-14 00:13:28 -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 feat: add mimetype column to tus_upload and upload 2024-01-25 18:58:56 -05:00
upload.go feat: add mimetype column to tus_upload and upload 2024-01-25 18:58:56 -05:00
user.go feat: add OTP to user model 2024-02-13 23:21:53 -05:00