fp/services/migrations-schema/migrations/00097_add-id_num-to-mux-ass...

5 lines
155 B
SQL

-- for strapi to postgrest migration. this col is meant to be deleted later
ALTER TABLE IF EXISTS api.mux_assets
ADD COLUMN IF NOT EXISTS id_num INT;