transmet/db/migrations/20150511222323_export.sql

10 lines
227 B
MySQL
Raw Normal View History

2015-05-12 05:50:09 +00:00
-- +goose Up
-- SQL in section 'Up' is executed when this migration is applied
ALTER TABLE news ADD COLUMN exported BOOLEAN DEFAULT false;
-- +goose Down
-- SQL section 'Down' is executed when this migration is rolled back