You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws-datastore/api/aws-datastore.api
+9
Original file line number
Diff line number
Diff line change
@@ -482,6 +482,15 @@ public final class com/amplifyframework/datastore/storage/sqlite/adapter/SQLiteT
482
482
public fun type (Lcom/amplifyframework/core/model/Model$Type;)Lcom/amplifyframework/datastore/storage/sqlite/adapter/SQLiteTable$Builder;
483
483
}
484
484
485
+
public final class com/amplifyframework/datastore/storage/sqlite/migrations/AddModelNameToModelMetadataKey : com/amplifyframework/datastore/storage/sqlite/migrations/ModelMigration {
486
+
public fun <init> (Landroid/database/sqlite/SQLiteDatabase;Lcom/amplifyframework/core/model/ModelProvider;)V
487
+
public fun apply ()V
488
+
}
489
+
490
+
public abstract interface class com/amplifyframework/datastore/storage/sqlite/migrations/ModelMigration {
491
+
public abstract fun apply ()V
492
+
}
493
+
485
494
public class com/amplifyframework/datastore/storage/sqlite/migrations/ModelMigrations {
486
495
public fun <init> (Landroid/database/sqlite/SQLiteDatabase;Lcom/amplifyframework/core/model/ModelProvider;)V
0 commit comments