trilium/db/migrations/0186__drop_branches_options_utcDateCreated.sql

3 lines
97 B
MySQL
Raw Normal View History

2021-11-19 04:52:56 +08:00
ALTER TABLE branches DROP COLUMN utcDateCreated;
ALTER TABLE options DROP COLUMN utcDateCreated;