Semaphore/db/sql/migrations/v2.10.26.sql
2024-09-26 16:03:27 +05:00

2 lines
130 B
SQL

alter table `runner` add `name` varchar(100) not null default '';
alter table `runner` add `active` boolean not null default true;