Files
label_editor/server/migrations/20260207152836_topm_id_row.sql

7 lines
129 B
SQL

-- Add migration script here
ALTER TABLE public.article
ADD topm_id text;
ALTER TABLE public.variant
ADD topm_row text;