bgg-ottawa-sell-club/db/migrations/20240206141649_ck13.sql

9 lines
156 B
MySQL
Raw Normal View History

2024-02-06 14:19:39 +00:00
-- migrate:up
insert into bgg_user (username,neighbourhood) VALUES ('ck13','Hintonburg');
-- migrate:down
delete from bgg_user where username = 'ck13';