summaryrefslogtreecommitdiffstats
path: root/schema/pgsql-legacy-changes/upgrade_35.sql
blob: b5e1294b590214f4cd5476d7583233e7bfa15ae5 (plain)
1
2
ALTER TABLE icinga_command_argument DROP COLUMN value_format, ADD COLUMN argument_format enum_property_format NOT NULL DEFAULT 'string';