fp/services/migrations-schema/migrations/00099_add-vtuber_num.sql

6 lines
204 B
MySQL
Raw Normal View History

2024-12-12 07:23:46 +00:00
-- adding an INT col to make it compatible with the strapi migration
-- this is meant to be deleted after migration to UUID
ALTER TABLE IF EXISTS api.streams
ADD COLUMN IF NOT EXISTS vtuber_num INT;