mirror of
https://github.com/Icinga/icingadb.git
synced 2026-02-03 20:40:34 -05:00
3 lines
120 B
SQL
3 lines
120 B
SQL
ALTER TABLE state_history ALTER COLUMN check_attempt TYPE uint;
|
|
|
|
COMMENT ON COLUMN state_history.check_attempt IS NULL;
|