github.com/oinume/lekcije@v0.0.0-20231017100347-5b4c5eb6ab24/backend/db/migrations/20200829000000_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 = 764;
     4  UPDATE m_country SET name_ja = 'ベネズエラ・ボリバル共和国' WHERE id = 862;
     5  UPDATE m_country SET name_ja = 'モンゴル' WHERE id = 496;
     6  
     7  -- +goose Down
     8  -- SQL section 'Down' is executed when this migration is rolled back