Compare commits

...

2 Commits

Author SHA1 Message Date
Yanick Champoux f4e55be916 Merge branch 'new-user-2' 2024-02-11 10:34:21 -05:00
Yanick Champoux 79657585ea add jillybean 2024-02-11 10:34:00 -05:00
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,7 @@
-- migrate:up
insert into bgg_user ( username, neighbourhood )
VALUES( 'Jillybean5001', 'Kemptville');
-- migrate:down

View File

@ -20,4 +20,5 @@ INSERT INTO "schema_migrations" (version) VALUES
('20240204153045'),
('20240205142447'),
('20240206141649'),
('20240211024145');
('20240211024145'),
('20240211153145');