mirror of
https://github.com/Icinga/icingadb.git
synced 2026-04-22 14:49:04 -04:00
4 lines
120 B
MySQL
4 lines
120 B
MySQL
|
|
ALTER TABLE state_history ALTER COLUMN check_attempt TYPE uint;
|
||
|
|
|
||
|
|
COMMENT ON COLUMN state_history.check_attempt IS NULL;
|