Skip to content

Commit

Permalink
re-generate migration
Browse files Browse the repository at this point in the history
  • Loading branch information
koji-m committed Oct 31, 2024
1 parent 3be9565 commit 2c0705f
Show file tree
Hide file tree
Showing 3 changed files with 1,901 additions and 40 deletions.
3 changes: 3 additions & 0 deletions migrations/0005_smart_vapor.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ALTER TABLE "agents" ADD COLUMN "updated_at" timestamp DEFAULT now() NOT NULL;--> statement-breakpoint
ALTER TABLE "organizations" ADD COLUMN "updated_at" timestamp DEFAULT now() NOT NULL;--> statement-breakpoint
ALTER TABLE "teams" ADD COLUMN "updated_at" timestamp DEFAULT now() NOT NULL;
Loading

0 comments on commit 2c0705f

Please sign in to comment.