mirror of
https://github.com/Icinga/icingadb.git
synced 2026-04-22 14:49:04 -04:00
4 lines
252 B
SQL
4 lines
252 B
SQL
ALTER TABLE customvar_flat ALTER COLUMN flatvalue DROP NOT NULL;
|
|
|
|
CREATE INDEX idx_customvar_flat_flatname_flatvalue ON customvar_flat(flatname, flatvalue);
|
|
COMMENT ON INDEX idx_customvar_flat_flatname_flatvalue IS 'Lists filtered by custom variable';
|