add jillybean

main
Yanick Champoux 2024-02-11 10:34:00 -05:00
parent 5006f5a310
commit 79657585ea
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');