Fixed nullpointer in DMF dispatcher. (#617)
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE sp_target CHANGE COLUMN update_status update_status integer not null;
|
||||
ALTER TABLE sp_rollout CHANGE COLUMN action_type action_type integer not null;
|
||||
ALTER TABLE sp_action CHANGE COLUMN action_type action_type integer not null;
|
||||
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE sp_target CHANGE COLUMN update_status update_status integer not null;
|
||||
ALTER TABLE sp_rollout CHANGE COLUMN action_type action_type integer not null;
|
||||
ALTER TABLE sp_action CHANGE COLUMN action_type action_type integer not null;
|
||||
Reference in New Issue
Block a user