Skip to content

Commit 964c1db

Browse files
authored
Merge branch 'main' into convert_lettersoundsfragment_to_kotlin
2 parents b764c0e + 468dd89 commit 964c1db

File tree

23 files changed

+839
-1004
lines changed

23 files changed

+839
-1004
lines changed

app/schemas/ai.elimu.content_provider.room.db.RoomDb/26.json

Lines changed: 2 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"formatVersion": 1,
33
"database": {
44
"version": 26,
5-
"identityHash": "59e65b275fee9665d0c18eb2d49f6a3a",
5+
"identityHash": "0f15f0f2b2fa7d5262a10c32eb16e440",
66
"entities": [
77
{
88
"tableName": "Letter",
@@ -414,56 +414,6 @@
414414
"indices": [],
415415
"foreignKeys": []
416416
},
417-
{
418-
"tableName": "Audio",
419-
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`title` TEXT NOT NULL, `transcription` TEXT NOT NULL, `audioFormat` TEXT NOT NULL, `revisionNumber` INTEGER NOT NULL, `usageCount` INTEGER, `id` INTEGER, PRIMARY KEY(`id`))",
420-
"fields": [
421-
{
422-
"fieldPath": "title",
423-
"columnName": "title",
424-
"affinity": "TEXT",
425-
"notNull": true
426-
},
427-
{
428-
"fieldPath": "transcription",
429-
"columnName": "transcription",
430-
"affinity": "TEXT",
431-
"notNull": true
432-
},
433-
{
434-
"fieldPath": "audioFormat",
435-
"columnName": "audioFormat",
436-
"affinity": "TEXT",
437-
"notNull": true
438-
},
439-
{
440-
"fieldPath": "revisionNumber",
441-
"columnName": "revisionNumber",
442-
"affinity": "INTEGER",
443-
"notNull": true
444-
},
445-
{
446-
"fieldPath": "usageCount",
447-
"columnName": "usageCount",
448-
"affinity": "INTEGER",
449-
"notNull": false
450-
},
451-
{
452-
"fieldPath": "id",
453-
"columnName": "id",
454-
"affinity": "INTEGER",
455-
"notNull": false
456-
}
457-
],
458-
"primaryKey": {
459-
"columnNames": [
460-
"id"
461-
],
462-
"autoGenerate": false
463-
},
464-
"indices": [],
465-
"foreignKeys": []
466-
},
467417
{
468418
"tableName": "StoryBook",
469419
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`title` TEXT NOT NULL, `description` TEXT, `coverImageId` INTEGER NOT NULL, `readingLevel` TEXT, `revisionNumber` INTEGER NOT NULL, `usageCount` INTEGER, `id` INTEGER, PRIMARY KEY(`id`))",
@@ -677,7 +627,7 @@
677627
"views": [],
678628
"setupQueries": [
679629
"CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)",
680-
"INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '59e65b275fee9665d0c18eb2d49f6a3a')"
630+
"INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '0f15f0f2b2fa7d5262a10c32eb16e440')"
681631
]
682632
}
683633
}

0 commit comments

Comments
 (0)