mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-20 07:38:26 +00:00
parent
d413b80b15
commit
7e40204eb2
@ -875,7 +875,7 @@ public class DatabaseFactory {
|
|||||||
db.execSQL("ALTER TABLE identities ADD COLUMN blocking_approval INTEGER DEFAULT 0");
|
db.execSQL("ALTER TABLE identities ADD COLUMN blocking_approval INTEGER DEFAULT 0");
|
||||||
db.execSQL("ALTER TABLE identities ADD COLUMN nonblocking_approval INTEGER DEFAULT 0");
|
db.execSQL("ALTER TABLE identities ADD COLUMN nonblocking_approval INTEGER DEFAULT 0");
|
||||||
|
|
||||||
db.execSQL("DROP INDEX archived_count_index");
|
db.execSQL("DROP INDEX archived_index");
|
||||||
db.execSQL("CREATE INDEX IF NOT EXISTS archived_count_index ON thread (archived, message_count)");
|
db.execSQL("CREATE INDEX IF NOT EXISTS archived_count_index ON thread (archived, message_count)");
|
||||||
|
|
||||||
db.execSQL("UPDATE identities SET blocking_approval = '1'");
|
db.execSQL("UPDATE identities SET blocking_approval = '1'");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user