forked from harness/harness
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [CDE-226]: Migrations to drop iprov_opentofu_template column. (…
…#2444) * feat: [CDE-226]: Migrations to drop iprov_opentofu_template column.
- Loading branch information
1 parent
2146145
commit e400a6d
Showing
4 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
app/store/database/migrate/postgres/0063_alter_infra_provisioned_drop_template.down.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ALTER TABLE infra_provisioned ADD COLUMN iprov_opentofu_template BYTEA; |
1 change: 1 addition & 0 deletions
1
app/store/database/migrate/postgres/0063_alter_infra_provisioned_drop_template.up.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ALTER TABLE infra_provisioned DROP COLUMN iprov_opentofu_template; |
1 change: 1 addition & 0 deletions
1
app/store/database/migrate/sqlite/0063_alter_infra_provisioned_drop_template.down.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ALTER TABLE infra_provisioned ADD COLUMN iprov_opentofu_template BYTEA; |
1 change: 1 addition & 0 deletions
1
app/store/database/migrate/sqlite/0063_alter_infra_provisioned_drop_template.up.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ALTER TABLE infra_provisioned DROP COLUMN iprov_opentofu_template; |