Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

Commit

Permalink
Fix a typo in SQL db upgrade nextcloud#50 logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpieboop committed Nov 2, 2019
1 parent e7fcc48 commit 49eb992
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2015,7 +2015,7 @@ public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) {
}

if (oldVersion < 50 && newVersion >= 50) {
Log_OC.i(SQL, "Entering in the #50 add syned.existing");
Log_OC.i(SQL, "Entering in the #50 add synced.existing");
db.beginTransaction();
try {
db.execSQL(ALTER_TABLE + ProviderTableMeta.SYNCED_FOLDERS_TABLE_NAME +
Expand Down

0 comments on commit 49eb992

Please sign in to comment.