Prepare circuits for future sizing

This commit is contained in:
Julian Appel 2026-07-22 20:53:04 +02:00
parent 6c45c97ffd
commit 5dc3ab90be
17 changed files with 111 additions and 1 deletions

View file

@ -0,0 +1 @@
ALTER TABLE `circuits` ADD COLUMN `control_requirement` text;

View file

@ -71,6 +71,13 @@
"when": 1784743200000,
"tag": "0009_project_device_circuit_fields",
"breakpoints": true
},
{
"idx": 10,
"version": "6",
"when": 1784746800000,
"tag": "0010_circuit_control_requirement",
"breakpoints": true
}
]
}