add jillybean
This commit is contained in:
parent
5006f5a310
commit
79657585ea
7
db/migrations/20240211153145_jillybean5001.sql
Normal file
7
db/migrations/20240211153145_jillybean5001.sql
Normal file
@ -0,0 +1,7 @@
|
||||
-- migrate:up
|
||||
|
||||
insert into bgg_user ( username, neighbourhood )
|
||||
VALUES( 'Jillybean5001', 'Kemptville');
|
||||
|
||||
-- migrate:down
|
||||
|
@ -20,4 +20,5 @@ INSERT INTO "schema_migrations" (version) VALUES
|
||||
('20240204153045'),
|
||||
('20240205142447'),
|
||||
('20240206141649'),
|
||||
('20240211024145');
|
||||
('20240211024145'),
|
||||
('20240211153145');
|
||||
|
Loading…
Reference in New Issue
Block a user