Skip to content

fix: image-approval-migartion fix #4994

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/sql/238_artifacts_promotion.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ALTER TABLE deployment_approval_user_data ADD COLUMN "request_type" integer NOT

-- drop the constraint as this is no longer valid
ALTER TABLE deployment_approval_user_data DROP CONSTRAINT deployment_approval_user_data_approval_request_id_fkey;
DROP INDEX deployment_approval_user_data_approval_request_id_user_id_key;
ALTER TABLE deployment_approval_user_data DROP CONSTRAINT deployment_approval_user_data_approval_request_id_user_id_key;

-- rename deployment_approval_user_data table to request_approval_user_data
ALTER TABLE deployment_approval_user_data RENAME TO request_approval_user_data;
Expand Down
Loading