mirror of
https://github.com/tuskyapp/Tusky
synced 2025-01-05 13:28:42 +01:00
Fix doubled line from PR 3188 (support mastodon filter api) (#3460)
This commit is contained in:
parent
3bb92d51bf
commit
9087d0ecdd
@ -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 New Issue
Block a user