Skip to content

Commit

Permalink
DB Migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Jun 21, 2024
1 parent 8ae579e commit b071c18
Show file tree
Hide file tree
Showing 3 changed files with 1,747 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/migrations/0048_abandoned_fat_cobra.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE "tasks" ADD COLUMN "created" timestamp with time zone DEFAULT Now() NOT NULL;--> statement-breakpoint
ALTER TABLE "tasks" ADD COLUMN "updated" timestamp with time zone DEFAULT Now() NOT NULL;
Loading

0 comments on commit b071c18

Please sign in to comment.