fix: remove duplicate tags migration (already in 0002_wakeful_vermin)

This commit is contained in:
2026-04-06 08:00:20 +02:00
parent 62249b5b48
commit 55829f20fb

View File

@@ -1,6 +0,0 @@
CREATE TABLE "tags" (
"id" serial PRIMARY KEY NOT NULL,
"name" text NOT NULL,
"created_at" timestamp DEFAULT now() NOT NULL,
CONSTRAINT "tags_name_unique" UNIQUE("name")
);