Removed null constrain from ean.

This commit is contained in:
2026-01-24 03:30:29 +01:00
parent ef3a63dd82
commit b562c26a82
@@ -0,0 +1,4 @@
-- Add migration script here
ALTER TABLE IF EXISTS public.variant
ALTER COLUMN ean DROP NOT NULL;