add new user

main
Yanick Champoux 2024-02-06 09:19:39 -05:00
parent 723c37d06b
commit ebebe25c12
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');