Added additional values to settings.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
-- Add migration script here
|
||||
|
||||
ALTER TABLE public.settings
|
||||
ADD allergens_text text,
|
||||
ADD bio_info text;
|
||||
|
||||
UPDATE settings SET
|
||||
allergens_text = 'Produkt kann Spuren von Erdnüssen, Gluten, Krebstieren, Lupinen, Schalenfrüchte, Sesam, Soja und Weichtieren enthalten.',
|
||||
bio_info = '+aus kontrolliert biologischem Anbau.'
|
||||
WHERE id = 1;
|
||||
Reference in New Issue
Block a user