3 lines
92 B
SQL
3 lines
92 B
SQL
ALTER TABLE "User"
|
|
ADD COLUMN IF NOT EXISTS "seenUpdateVersion" INTEGER NOT NULL DEFAULT 0;
|