6 lines
227 B
MySQL
6 lines
227 B
MySQL
|
-- 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;
|