diff --git a/db/migrations/0113__left_pane_size_options.sql b/db/migrations/0113__left_pane_size_options.sql index efbcad860..42417ef8d 100644 --- a/db/migrations/0113__left_pane_size_options.sql +++ b/db/migrations/0113__left_pane_size_options.sql @@ -1,5 +1,5 @@ INSERT INTO options (name, value, dateCreated, dateModified, isSynced) -VALUES ('leftPaneMinWidth', '300', '2018-07-29T18:31:00.874Z', '2018-07-29T18:31:00.874Z', 0); +VALUES ('leftPaneMinWidth', '350', '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); \ No newline at end of file