fp/services/migrations-schema/migrations/00098_add-id_num-to-streams...

6 lines
227 B
MySQL
Raw Normal View History

2024-12-12 07:23:46 +00:00
-- for strapi to postgrest migration. this col is meant to be deleted later
ALTER TABLE IF EXISTS api.streams
ADD COLUMN IF NOT EXISTS id_num INT;
ALTER TABLE IF EXISTS api.vtubers
ADD COLUMN IF NOT EXISTS id_num INT;