Skip to content

Commit

Permalink
feat: [CDE-226]: Migrations to drop iprov_opentofu_template column. (…
Browse files Browse the repository at this point in the history
…#2444)

* feat: [CDE-226]: Migrations to drop iprov_opentofu_template column.
  • Loading branch information
dhruv-harness authored and Harness committed Aug 9, 2024
1 parent 2146145 commit e400a6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE infra_provisioned ADD COLUMN iprov_opentofu_template BYTEA;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE infra_provisioned DROP COLUMN iprov_opentofu_template;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE infra_provisioned ADD COLUMN iprov_opentofu_template BYTEA;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE infra_provisioned DROP COLUMN iprov_opentofu_template;

0 comments on commit e400a6d

Please sign in to comment.