Skip to content

Commit

Permalink
Add migration
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd committed Jan 23, 2025
1 parent c066709 commit 546eefb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions front/migrations/db/migration_147.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- Migration created on Jan 23, 2025
ALTER TABLE "public"."tracker_data_source_configurations" ADD COLUMN "workspaceId" BIGINT NOT NULL REFERENCES "workspaces" ("id") ON DELETE RESTRICT ON UPDATE CASCADE;
ALTER TABLE "public"."tracker_generations" ADD COLUMN "workspaceId" BIGINT NOT NULL REFERENCES "workspaces" ("id") ON DELETE RESTRICT ON UPDATE CASCADE;

0 comments on commit 546eefb

Please sign in to comment.