Skip to content

Commit

Permalink
add updates
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfion committed Nov 11, 2023
1 parent 96e9c36 commit faef6bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/schemas/xyz.lazysoft.a3amp.persistence.AppDatabase/2.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
}
],
"primaryKey": {
"autoGenerate": true,
"columnNames": [
"uid"
],
"autoGenerate": true
]
},
"indices": [],
"foreignKeys": [
Expand Down Expand Up @@ -78,10 +78,10 @@
}
],
"primaryKey": {
"autoGenerate": true,
"columnNames": [
"uid"
],
"autoGenerate": true
]
},
"indices": [],
"foreignKeys": []
Expand All @@ -90,7 +90,7 @@
"views": [],
"setupQueries": [
"CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)",
"INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, \"786e9477ae6fc9844c3f966d296c3cd4\")"
"INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '786e9477ae6fc9844c3f966d296c3cd4')"
]
}
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.

0 comments on commit faef6bf

Please sign in to comment.