Files
mihon-bookoasis/app/src/main/sqldelight/migrations/20.sqm
T
Alessandro Jean ba533f30ce Add support to update strategy on global update (#7902)
* Add support to update strategy.

* Add JavaDoc and bump the LIB_VERSION_MAX constant.

* Fix a word typo.

* Store update strategy enum as integer in the DB.
2022-09-25 10:12:36 -04:00

2 lines
74 B
Plaintext

ALTER TABLE mangas ADD COLUMN update_strategy INTEGER NOT NULL DEFAULT 0;