Fix doubled line from PR 3188 (support mastodon filter api) (#3460)
This commit is contained in:
parent
3bb92d51bf
commit
9087d0ecdd
1 changed files with 0 additions and 1 deletions
|
@ -644,7 +644,6 @@ public abstract class AppDatabase extends RoomDatabase {
|
|||
@Override
|
||||
public void migrate(@NonNull SupportSQLiteDatabase database) {
|
||||
database.execSQL("ALTER TABLE `DraftEntity` ADD COLUMN `failedToSendNew` INTEGER NOT NULL DEFAULT 0");
|
||||
database.execSQL("ALTER TABLE `TimelineStatusEntity` ADD COLUMN `filtered` TEXT");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue