Files
mihon/app/src/main/sqldelight/migrations/8.sqm
2022-04-22 17:35:18 -04:00

5 lines
147 B
Plaintext

ALTER TABLE manga_sync
ADD COLUMN start_date INTEGER NOT NULL DEFAULT 0;
ALTER TABLE manga_sync
ADD COLUMN finish_date INTEGER NOT NULL DEFAULT 0;