mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-12 07:42:40 +10:00
remove sanitize-filename because IDs are internally generated remove pulse animation on NO GAME cards add migration refactors to be inline with other stuff
8 lines
149 B
SQL
8 lines
149 B
SQL
-- CreateTable
|
|
CREATE TABLE "ObjectHash" (
|
|
"id" TEXT NOT NULL,
|
|
"hash" TEXT NOT NULL,
|
|
|
|
CONSTRAINT "ObjectHash_pkey" PRIMARY KEY ("id")
|
|
);
|