Add version to controller in db
This commit is contained in:
parent
ff4d3b9768
commit
9a9192213a
11 changed files with 57 additions and 19 deletions
1
migrations/20260902000000_add_controller_version.up.sql
Normal file
1
migrations/20260902000000_add_controller_version.up.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE controllers ADD COLUMN version TEXT NOT NULL DEFAULT '0.0.0';
|
||||
Loading…
Reference in a new issue