Commit graph

11 commits

Author SHA1 Message Date
4c8ebaeab8
Add name field to user auth entries 2025-03-31 16:42:57 +02:00
c9e1881f55
Add IDs to the various connector structs 2025-03-31 15:23:24 +02:00
582988add2
Add go:generate command and new field to user
Some checks are pending
/ test (push) Waiting to run
2025-03-31 08:08:01 +02:00
e282f124c7
Fix some storage definitions 2025-03-29 17:51:42 +01:00
41e432b56e
Update new storage types and regenerate 2025-03-28 16:15:41 +01:00
588849a6c2
Big ol' note about string/uuid as primary key
Some checks are pending
/ test (push) Waiting to run
TODO: Apply the same tag change to other structs with uuid id too
2025-03-27 16:46:53 +01:00
8ffd6d0050
Fix enum type migration and more relations
Some checks are pending
/ test (push) Waiting to run
- Fixed bad SQL for creating sql enum types
- Noted more relations, mostly x to media
2025-03-27 15:55:40 +01:00
bf5180559f
Add cmd for generating code from the new models
Some checks are pending
/ test (push) Waiting to run
2025-03-27 13:35:24 +01:00
67b507f4bd
Describe all types for the new storage system
Some checks are pending
/ test (push) Waiting to run
2025-03-27 10:45:57 +01:00
8d4ba2ecae
More work on defining the new data structure
Some checks are pending
/ test (push) Waiting to run
2025-03-26 17:14:42 +01:00
714f528641
Rework backing storage system
Some checks are pending
/ test (push) Waiting to run
Step one: Copy the struct definitions over into a new, dedicated
submodule
Step two: Make a generator script
Step three: Define helper functions for various queries
2025-03-20 21:39:10 +01:00