1
1
Fork 0
mirror of https://github.com/zadam/trilium.git synced 2025-01-21 14:41:11 +08:00
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;