trilium/db/migrations/0139__show_sidebar_in_new_tab.sql

2 lines
175 B
MySQL
Raw Normal View History

INSERT INTO options (name, value, utcDateCreated, utcDateModified, isSynced)
VALUES ('showSidebarInNewTab', 'true', '2018-07-29T18:31:00.874Z', '2018-07-29T18:31:00.874Z', 0);