USE provisioning;
SET autocommit=0;
ALTER TABLE rtc_session
ALTER COLUMN `rtc_network_tag` DROP DEFAULT;
COMMIT;