You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Change folder from RN
This commit is contained in:
@@ -192,6 +192,17 @@ class JoplinDatabase extends Database {
|
||||
|
||||
for (let initLoopCount = 1; initLoopCount <= 2; initLoopCount++) {
|
||||
try {
|
||||
// await this.exec('DROP TABLE folders');
|
||||
// await this.exec('DROP TABLE notes');
|
||||
// await this.exec('DROP TABLE deleted_items');
|
||||
// await this.exec('DROP TABLE tags');
|
||||
// await this.exec('DROP TABLE note_tags');
|
||||
// await this.exec('DROP TABLE resources');
|
||||
// await this.exec('DROP TABLE settings');
|
||||
// await this.exec('DROP TABLE table_fields');
|
||||
// await this.exec('DROP TABLE version');
|
||||
// await this.exec('DROP TABLE sync_items');
|
||||
|
||||
let row = await this.selectOne('SELECT * FROM version LIMIT 1');
|
||||
this.logger().info('Current database version', row);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user