3
0
Fork 0
Commit graph

4 commits

Author SHA1 Message Date
Lance Edgar e1785ccfcc feat: convert all uuid fields from str to proper UUID
ugh had to rewrite alembic migrations instead of just adding a new
one..  will be good to be past this hiccup
2024-12-07 23:45:47 -06:00
Lance Edgar d95b101dbf fix: add db.util.make_topo_sortkey() function 2024-12-03 21:53:30 -06:00
Lance Edgar 028c64fc12 fix: use true UUID type for Upgrades table primary key
hopefully can use this everywhere soon but let's start slow and test
2024-11-30 19:59:59 -06:00
Lance Edgar 4c51189d41 fix: move model base class out of model subpkg
and other things, used by other packages (rattail)

otherwise when rattail imports them, the whole WJ model comes along
with it and it can interfere with sqlalchemy-continuum versioning
2024-08-30 20:30:09 -05:00