github.com/oinume/lekcije@v0.0.0-20231017100347-5b4c5eb6ab24/backend/db/migrations/20190720050000_update_m_country_bolivia.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 = 68;
     4  
     5  -- +goose Down
     6  -- SQL section 'Down' is executed when this migration is rolled back