Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions drizzle/0033_wooden_the_captain.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CREATE TYPE "public"."file_type" AS ENUM('pdf', 'csv');--> statement-breakpoint
ALTER TYPE "public"."upload_status" ADD VALUE 'waiting_for_csv_answers';--> statement-breakpoint
ALTER TABLE "upload" ADD COLUMN "file_type" "file_type" DEFAULT 'pdf' NOT NULL;
Loading
Loading