mirror of https://github.com/laurent22/joplin.git
Don't create a default folder
parent
72bfda5152
commit
6e8cbba7fd
|
@ -490,7 +490,7 @@ class Database {
|
|||
|
||||
let queries = this.wrapQueries(this.sqlStringToLines(structureSql));
|
||||
queries.push(this.wrapQuery('INSERT INTO settings (`key`, `value`, `type`) VALUES ("clientId", "' + uuid.create() + '", "' + Database.enumId('settings', 'string') + '")'));
|
||||
queries.push(Database.defaultFolderQuery());
|
||||
//queries.push(Database.defaultFolderQuery());
|
||||
|
||||
return this.transactionExecBatch(queries).then(() => {
|
||||
this.logger().info('Database schema created successfully');
|
||||
|
|
Loading…
Reference in New Issue