Skip to content

Commit

Permalink
fix: fix SQL script
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow committed Nov 9, 2023
1 parent c5f2235 commit 50fa7f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ALTER TABLE `agencyservice`.`agency`
ADD COLUMN data_protection_alternative_contact longtext NULL AFTER `data_protection_responsible_entity`;

ALTER TABLE `agencyservice`.`agency`
ADD COLUMN data_protection_officer_contact longtext NULL AFTER `data_protection_responsible_contact`;
ADD COLUMN data_protection_officer_contact longtext NULL AFTER `data_protection_alternative_contact`;

ALTER TABLE `agencyservice`.`agency`
ADD COLUMN data_protection_agency_contact longtext NULL AFTER `data_protection_officer_contact`;
ADD COLUMN data_protection_agency_contact longtext NULL AFTER `data_protection_officer_contact`;

0 comments on commit 50fa7f8

Please sign in to comment.