5 lines
153 B
MySQL
5 lines
153 B
MySQL
|
-- for strapi to postgrest migration. this col is meant to be deleted later
|
||
|
|
||
|
ALTER TABLE IF EXISTS api.s3_files
|
||
|
ADD COLUMN IF NOT EXISTS id_num INT;
|