Added topm id and row number and ui changes.

This commit is contained in:
2026-02-07 19:08:13 +01:00
parent 05b073812c
commit 088734f237
11 changed files with 176 additions and 74 deletions
@@ -0,0 +1,7 @@
-- Add migration script here
ALTER TABLE public.article
ADD topm_id text;
ALTER TABLE public.variant
ADD topm_row text;