fix: remove duplicate tags migration (already in 0002_wakeful_vermin)
This commit is contained in:
@@ -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")
|
||||
);
|
||||
Reference in New Issue
Block a user