trilium/db/migrations/0120__migrate_hideInAutocomplete_to_archived.sql

1 line
74 B
MySQL
Raw Normal View History

2018-11-25 17:26:45 +08:00
UPDATE attributes SET name = 'archived' where name = 'hideInAutocomplete';