4 lines
97 B
MySQL
4 lines
97 B
MySQL
|
alter table BuildSteps
|
||
|
add column timesBuilt integer,
|
||
|
add column isNonDeterministic boolean;
|