added remove isolated_tb_core column script
This commit is contained in:
parent
647588e6b8
commit
e70aee01a0
@ -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);
|
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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user