Add db migration skripts
Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
alter table sp_software_module_type
|
||||
add constraint maxAssignmentCheck check (maxAssignments > 0);
|
||||
@@ -0,0 +1,2 @@
|
||||
alter table sp_software_module_type
|
||||
add constraint maxAssignmentCheck check (maxAssignments > 0);
|
||||
Reference in New Issue
Block a user