Added question about fixing corrupt database.

This commit is contained in:
Abdulmhsen B. A. A
2023-05-09 13:43:30 +03:00
parent 34c5773efc
commit e8c9889d14
2 changed files with 25 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
-- # migrate_up
CREATE TABLE "state"
CREATE TABLE IF NOT EXISTS "state"
(
"id" integer NOT NULL PRIMARY KEY AUTOINCREMENT,
"type" text NOT NULL,