artemis/core/data/schema/versions/SDEZ_1_rollback.sql

3 lines
110 B
MySQL
Raw Normal View History

2023-02-27 16:55:51 +00:00
SET FOREIGN_KEY_CHECKS=0;
ALTER TABLE mai2_playlog DROP COLUMN trialPlayAchievement;
SET FOREIGN_KEY_CHECKS=1;