mm-auth-service/sql/V12__Alter_application_table.sql

3 lines
126 B
MySQL
Raw Normal View History

2025-07-25 11:00:13 +00:00
ALTER TABLE users DROP COLUMN "application_id_threescale";
ALTER TABLE applications ADD "application_id_threescale" char(36);