7 lines
114 B
SQL
7 lines
114 B
SQL
-- migrate:up
|
|
|
|
update bgg_user set neighbourhood = 'Beacon Hill' where username = 'gamingduo2';
|
|
|
|
-- migrate:down
|
|
|