Skip to content

Commit

Permalink
fix: fix rollback script
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow committed Nov 9, 2023
1 parent 1c03160 commit c5f2235
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
ALTER TABLE `agencyservice`.`agency`
DROP COLUMN data_protection_officer_contact longtext;
DROP COLUMN data_protection_responsible_entity;

ALTER TABLE `agencyservice`.`agency`
DROP COLUMN data_protection_alternative_contact longtext;
DROP COLUMN data_protection_officer_contact;

ALTER TABLE `agencyservice`.`agency`
DROP COLUMN data_protection_agency_contact longtext;
DROP COLUMN data_protection_alternative_contact;

ALTER TABLE `agencyservice`.`agency`
DROP COLUMN data_protection_agency_contact;

0 comments on commit c5f2235

Please sign in to comment.