Fixes an issue where running under Robolectric causes:
Cannot prepare statement, base error code: 1
android.database.sqlite.SQLiteException: Cannot prepare statement, base error code: 1
Caused by: java.util.concurrent.ExecutionException: com.almworks.sqlite4java.SQLiteException: [1] DB[1] prepare() INSERT OR REPLACE INTO TABLE_NAME(...PARAMETERS...) VALUES (?,?,?,?) [no such table: TABLE_NAME]