mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
#98, new option "initialized" which indicates if setup has been finished
This commit is contained in:
2
db/migrations/0103__add_initialized_option.sql
Normal file
2
db/migrations/0103__add_initialized_option.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
INSERT INTO options (name, value, dateCreated, dateModified, isSynced)
|
||||
VALUES ('initialized', 'true', '2018-06-01T03:35:55.041Z', '2018-06-01T03:35:55.041Z', 0);
|
||||
Reference in New Issue
Block a user