summaryrefslogtreecommitdiffstats
path: root/schema/pgsql-migrations/upgrade_83.sql
blob: 2a2fecf72cc3142d9ab5c6228fb0fc30490824bf (plain)
1
2
3
4
5
6
7
ALTER TABLE icinga_command ALTER COLUMN command TYPE text;
ALTER TABLE icinga_command ALTER COLUMN command DROP DEFAULT;
ALTER TABLE icinga_command ALTER COLUMN command SET DEFAULT NULL;

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