Notes/db/migrations/0186__drop_branches_options_utcDateCreated.sql

3 lines
97 B
MySQL
Raw Normal View History

2021-11-18 21:52:56 +01:00
ALTER TABLE branches DROP COLUMN utcDateCreated;
ALTER TABLE options DROP COLUMN utcDateCreated;