github.com/oinume/lekcije@v0.0.0-20231017100347-5b4c5eb6ab24/backend/db/migrations/20181019050000_m_country_georgia_czech.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 = 203;
     4  UPDATE m_country SET name_ja = 'ジョージア' WHERE id = 268;
     5  
     6  -- +goose Down
     7  -- SQL section 'Down' is executed when this migration is rolled back