mirror of
https://github.com/Icinga/icingadb.git
synced 2026-02-13 15:55:22 -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;
|