talk-android/app
Marcel Hibbe de6abd7e9d
clear tables during migration (see comment)
Foreign key constraints are not active during migration.
At least   db.execSQL("PRAGMA foreign_keys=ON;")  etc did not help.
Because of this it is not enough to just clear the Conversations table (to have cascade deletion in
other tables), but all related tables have to be cleared with SQL statement as well.

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-07-04 11:12:23 +02:00
..
schemas/com.nextcloud.talk.data.source.local.TalkDatabase improve send status handling 2025-06-17 17:21:36 +02:00
src clear tables during migration (see comment) 2025-07-04 11:12:23 +02:00
build.gradle bump jackson core version 2025-07-03 11:04:20 +02:00
lint.xml ci: bump lint score 2025-05-14 10:55:10 +02:00
proguard-rules.pro Add SPDX header 2024-03-17 14:19:56 +01:00