mirror of
https://github.com/Icinga/icingadb.git
synced 2026-04-11 20:39:52 -04: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;
|