Migration 1→2 had DEFAULT NULL but @ColumnInfo(defaultValue="") expects DEFAULT ''. Room schema validation failed on startup. Since SQLite can't alter column defaults, add migration 2→3 that recreates the alarms table with the correct DEFAULT '' for the date column. |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| build.gradle.kts | ||
| proguard-rules.pro | ||