github.com/oinume/lekcije@v0.0.0-20231017100347-5b4c5eb6ab24/backend/db/migrations/20190414050000_update_m_country.sql (about) 1 -- +goose Up 2 -- SQL in section 'Up' is executed when this migration is applied 3 UPDATE m_country SET name_ja = 'イラン' where id = 364; 4 UPDATE m_country SET name_ja = '北マケドニア共和国' WHERE id = 807; 5 UPDATE m_country SET name_ja = 'エスワティニ王国' WHERE id = 748; 6 7 -- +goose Down 8 -- SQL section 'Down' is executed when this migration is rolled back