fix(priceDelta): removes not null restriction for itemTypeFk
gitea/salix/pipeline/pr-master This commit looks good
Details
gitea/salix/pipeline/pr-master This commit looks good
Details
refs#8674
This commit is contained in:
parent
ff977de929
commit
8eefcf53d0
|
@ -0,0 +1,3 @@
|
|||
-- Place your SQL code here
|
||||
ALTER TABLE vn.priceDelta MODIFY COLUMN itemTypeFk smallint(5) unsigned NULL;
|
||||
|
Loading…
Reference in New Issue