bitque/migrations/2020-08-17-064239_add_time_boundries_to_epic/down.sql

5 lines
88 B
MySQL
Raw Permalink Normal View History

2020-08-17 23:18:51 +02:00
ALTER TABLE epics
DROP COLUMN starts_at;
ALTER TABLE epics
DROP COLUMN ends_at;