add neighbour
This commit is contained in:
parent
84e276225c
commit
5006f5a310
6
db/migrations/20240211024145_neighbourhood.sql
Normal file
6
db/migrations/20240211024145_neighbourhood.sql
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
-- migrate:up
|
||||||
|
|
||||||
|
update bgg_user set neighbourhood = 'Beacon Hill' where username = 'gamingduo2';
|
||||||
|
|
||||||
|
-- migrate:down
|
||||||
|
|
@ -19,4 +19,5 @@ INSERT INTO "schema_migrations" (version) VALUES
|
|||||||
('20240201201248'),
|
('20240201201248'),
|
||||||
('20240204153045'),
|
('20240204153045'),
|
||||||
('20240205142447'),
|
('20240205142447'),
|
||||||
('20240206141649');
|
('20240206141649'),
|
||||||
|
('20240211024145');
|
||||||
|
Loading…
Reference in New Issue
Block a user