fix(priceDelta): removes not null restriction for itemTypeFk
gitea/salix/pipeline/pr-master This commit looks good Details

refs#8674
This commit is contained in:
Pako Natek 2025-03-04 11:51:15 +01:00
parent ff977de929
commit 8eefcf53d0
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- Place your SQL code here
ALTER TABLE vn.priceDelta MODIFY COLUMN itemTypeFk smallint(5) unsigned NULL;