add neighbour

main
Yanick Champoux 2024-02-10 21:43:25 -05:00
parent 84e276225c
commit 5006f5a310
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,6 @@
-- migrate:up
update bgg_user set neighbourhood = 'Beacon Hill' where username = 'gamingduo2';
-- migrate:down

View File

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