summaryrefslogtreecommitdiffstats
path: root/schema/mysql-migrations/upgrade_69.sql
blob: 7bf764e388c5c08dd42156083aea19e450f93faf (plain)
1
2
3
4
5
6
7
8
9
ALTER TABLE sync_run
  DROP COLUMN first_related_activity,
  ADD COLUMN last_former_activity VARBINARY(20) DEFAULT NULL AFTER objects_modified;

INSERT INTO director_schema_migration
  SET migration_time = NOW(),
      schema_version = 69;