bgg-ottawa-sell-club/db/migrations/20240211024145_neighbourhood.sql

7 lines
114 B
MySQL
Raw Permalink Normal View History

2024-02-11 02:43:25 +00:00
-- migrate:up
update bgg_user set neighbourhood = 'Beacon Hill' where username = 'gamingduo2';
-- migrate:down