migrations/JMdict: no default value for EntryScore.score
Build and test / build (push) Failing after 4m4s

This commit is contained in:
2026-05-05 23:23:01 +09:00
parent 32ec34a150
commit be4dd72dcb
@@ -1,6 +1,6 @@
CREATE TABLE "JMdict_EntryScore" (
"elementId" INTEGER PRIMARY KEY,
"score" INTEGER NOT NULL DEFAULT 0,
"score" INTEGER NOT NULL,
"common" BOOLEAN NOT NULL DEFAULT FALSE,
"entryId" INTEGER NOT NULL GENERATED ALWAYS AS (("elementId" / 100) % 10000000) STORED,