added remove isolated_tb_core column script

This commit is contained in:
YevhenBondarenko 2022-07-12 15:42:42 +02:00
parent 647588e6b8
commit e70aee01a0

View File

@ -71,3 +71,5 @@ CREATE TABLE IF NOT EXISTS user_auth_settings (
);
CREATE INDEX IF NOT EXISTS idx_api_usage_state_entity_id ON api_usage_state(entity_id);
ALTER TABLE tenant_profile DROP COLUMN IF EXISTS isolated_tb_core;