mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
2 lines
130 B
SQL
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; |