x
This commit is contained in:
5
db/migration/V008__asset_inverter_active.sql
Normal file
5
db/migration/V008__asset_inverter_active.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Zapnutí/vypnutí střídače pro sběr telemetrie a plánování (JOIN s endpointem zůstává nutný).
|
||||
ALTER TABLE ems.asset_inverter
|
||||
ADD COLUMN IF NOT EXISTS active BOOLEAN NOT NULL DEFAULT true;
|
||||
|
||||
COMMENT ON COLUMN ems.asset_inverter.active IS 'Pokud false, střídač se přeskočí při sběru telemetrie a plánování.';
|
||||
Reference in New Issue
Block a user