summaryrefslogtreecommitdiffstats
path: root/schema/mysql-migrations/upgrade_173.sql
blob: 609f78368ff28ff0d918af61f4d92b5ccca25120 (plain)
1
2
3
4
5
6
ALTER TABLE sync_rule
  MODIFY COLUMN purge_action ENUM('delete', 'disable') NULL DEFAULT NULL;

INSERT INTO director_schema_migration
  (schema_version, migration_time)
  VALUES (173, NOW());