Merge branch 'new-user'
This commit is contained in:
commit
fe5c408d6b
8
db/migrations/20240206141649_ck13.sql
Normal file
8
db/migrations/20240206141649_ck13.sql
Normal 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';
|
||||
|
@ -18,4 +18,5 @@ INSERT INTO "schema_migrations" (version) VALUES
|
||||
('20240130205124'),
|
||||
('20240201201248'),
|
||||
('20240204153045'),
|
||||
('20240205142447');
|
||||
('20240205142447'),
|
||||
('20240206141649');
|
||||
|
Loading…
Reference in New Issue
Block a user