mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
5 lines
335 B
MySQL
5 lines
335 B
MySQL
|
|
INSERT INTO options (name, value, dateCreated, dateModified, isSynced)
|
||
|
|
VALUES ('leftPaneMinWidth', '300', '2018-07-29T18:31:00.874Z', '2018-07-29T18:31:00.874Z', 0);
|
||
|
|
|
||
|
|
INSERT INTO options (name, value, dateCreated, dateModified, isSynced)
|
||
|
|
VALUES ('leftPaneWidthPercent', '20', '2018-07-29T18:31:00.874Z', '2018-07-29T18:31:00.874Z', 0);
|