summaryrefslogtreecommitdiffstats
path: root/schema/pgsql-migrations/upgrade_81.sql
blob: 6a52a4658041113cf40e19496bc804e755000eb8 (plain)
1
2
3
4
5
ALTER TABLE import_run ALTER COLUMN end_time DROP NOT NULL;

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