mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
fix(database): specify SQLite dialect
We use a new-enough version of SQLite for this
This commit is contained in:
parent
339162d595
commit
f17fb4487e
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ sqldelight {
|
|||
packageName.set("dev.msfjarvis.claw.database")
|
||||
schemaOutputDirectory.set(file("src/main/sqldelight/databases"))
|
||||
verifyMigrations.set(true)
|
||||
dialect(libs.sqldelight.dialect338)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue