iamsteveholmes
04/22/2021, 9:11 PM.../shared/src/commonMain/sqldelight/1.sqm line 1:12 - Attempting to alter something that is not a table.
1 ALTER TABLE character ADD COLUMN strength INTEGER
^^^^^^^^^
.../shared/src/commonMain/sqldelight/1.sqm line 1:12 - No table found with name character
1 ALTER TABLE character ADD COLUMN strength INTEGER
^^^^^^^^^
alec
04/22/2021, 11:44 PMbuild.gradle
look likeiamsteveholmes
04/22/2021, 11:59 PMsqldelight {
database("ChorgiDatabase") {
packageName = "chorgi.db"
schemaOutputDirectory = file("src/main/sqldelight/databases")
verifyMigrations = true
}
}
iamsteveholmes
04/22/2021, 11:59 PMalec
04/23/2021, 12:06 AM.db
file for 1.db
?iamsteveholmes
04/23/2021, 5:23 AMalec
04/23/2021, 11:27 AMverifyMigrations
thenalec
04/23/2021, 11:27 AMiamsteveholmes
04/23/2021, 4:04 PM