0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 04:02:14 +02:00
thunderbird-android/legacy/storage
cketti 4ad6dca15b Change StoreSchemaDefinitionTest to test tables for compatibility
Sometimes we want to remove columns from a database table. However, not all Android versions ship with a SQLite version that supports dropping columns. So, compared to a newly created table, a migrated table might contain additional (abandoned, but not removed) columns. This commit changes the test to check if table schemas have been migrated correctly to allow for additional columns in upgraded tables.
2024-08-23 18:23:56 +02:00
..
src Change StoreSchemaDefinitionTest to test tables for compatibility 2024-08-23 18:23:56 +02:00
build.gradle.kts Rename app module to legacy 2024-07-02 14:27:23 +02:00