We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d9315 commit aa1d6feCopy full SHA for aa1d6fe
app/src/main/java/fr/free/nrw/commons/di/CommonsApplicationModule.java
@@ -58,7 +58,7 @@ public class CommonsApplicationModule {
58
@Override
59
public void migrate(SupportSQLiteDatabase database) {
60
database.execSQL("ALTER TABLE contribution "
61
- + " ADD COLUMN hasInvalidLocation INTEGER");
+ + " ADD COLUMN hasInvalidLocation INTEGER NOT NULL DEFAULT 0");
62
}
63
};
64
0 commit comments