Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit e1b94df

Browse files
authored
Merge pull request #1395 from wordpress-mobile/0nko/kotlin-migration
Convert the WellSqlConfig migrations to Kotlin
2 parents e1557fd + f7dbf9c commit e1b94df

File tree

3 files changed

+1057
-977
lines changed

3 files changed

+1057
-977
lines changed

example/src/test/java/org/wordpress/android/fluxc/SingleStoreWellSqlConfigForTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public void onCreate(SQLiteDatabase db, WellTableManager helper) {
5050
/**
5151
* Drop and create all tables
5252
*/
53+
@Override
5354
public void reset() {
5455
SQLiteDatabase db = WellSql.giveMeWritableDb();
5556
for (Class<? extends Identifiable> clazz : mStoreClassList) {

0 commit comments

Comments
 (0)