Files
mihon-bookoasis/data/src/main/sqldelight/tachiyomi/migrations/3.sqm
T
Andreas 823749fc1e Move SQLDelight to data module (#8954)
And use tachiyomi instead of eu.kanade.tachiyomi for package names in the module
2023-01-21 10:37:07 -05:00

2 lines
59 B
Plaintext

ALTER TABLE chapters
ADD COLUMN bookmark INTEGER DEFAULT 0;