developers-api/scripts/rollback/2023-07-13.sql

6 lines
293 B
MySQL
Raw Normal View History

ALTER TABLE ONLY personal_info DROP COLUMN affiliation_type;
ALTER TABLE ONLY registered_service DROP COLUMN description;
ALTER TABLE ONLY registered_service DROP COLUMN frequency;
ALTER TABLE ONLY registered_service DROP COLUMN target;
ALTER TABLE ONLY registered_service DROP COLUMN issuer;