Added settings override fields to article.

This commit is contained in:
2026-02-02 19:18:03 +01:00
parent 544b6ee5fc
commit 88a48b2e46
7 changed files with 184 additions and 43 deletions
@@ -0,0 +1,7 @@
-- Add migration script here
ALTER TABLE public.article
ADD mhd text,
ADD bio_origin text,
ADD allergens_text text,
ADD bio_info text;