bump: sqldelight.
All checks were successful
Check PR code / Lint (pull_request) Successful in 1m47s
Check PR code / build (pull_request) Successful in 15m9s

This commit is contained in:
2024-12-31 12:37:25 +01:00
parent 03c567ee33
commit ae81261cb1
9 changed files with 31 additions and 29 deletions

View File

@ -1,7 +1,7 @@
package bou.amine.apps.readerforselfossv2.dao
import com.squareup.sqldelight.db.SqlDriver
import app.cash.sqldelight.db.SqlDriver
expect class DriverFactory {
fun createDriver(): SqlDriver
}
}

View File

@ -1,3 +1,5 @@
import kotlin.Boolean;
CREATE TABLE `ACTION` (
`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
`articleid` TEXT NOT NULL,

View File

@ -1,3 +1,5 @@
import kotlin.Boolean;
CREATE TABLE ITEM (
`id` TEXT NOT NULL,
`datetime` TEXT NOT NULL,