Merge branch 'new-user'

main
Yanick Champoux 2024-02-06 09:21:43 -05:00
commit fe5c408d6b
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,8 @@
-- migrate:up
insert into bgg_user (username,neighbourhood) VALUES ('ck13','Hintonburg');
-- migrate:down
delete from bgg_user where username = 'ck13';

View File

@ -18,4 +18,5 @@ INSERT INTO "schema_migrations" (version) VALUES
('20240130205124'),
('20240201201248'),
('20240204153045'),
('20240205142447');
('20240205142447'),
('20240206141649');