Adds migrations for new models

This commit is contained in:
Dennis Schoepf 2024-05-14 22:52:34 +02:00
parent 96fc234068
commit 5a75fd94bb
3 changed files with 25 additions and 1 deletions

View file

@ -6,4 +6,4 @@ CREATE table user (
);
-- +migrate Down
DROP TABLE users;
DROP TABLE user;