update database for multi-tenant

This commit is contained in:
2024-06-19 15:26:00 +08:00
parent 5cd2039aec
commit 0b6c9ddbce
5 changed files with 331 additions and 285 deletions

View File

@@ -676,6 +676,6 @@ INSERT INTO `sys_dict_data` VALUES (4149, 4149, 'dictData.tenancy.apn', 'Access
INSERT INTO `sys_dict_data` VALUES (4150, 4150, 'dictData.tenancy.slice', 'Network Slice', 'i18n_en', NULL, NULL, '1', 'supervisor', 1700000000000, NULL, 0, NULL);
INSERT INTO `sys_dict_data` VALUES (4151, 4151, 'dictData.tenancy.ne', 'Network Element', 'i18n_en', NULL, NULL, '1', 'supervisor', 1700000000000, NULL, 0, NULL);
INSERT INTO `sys_dict_data` VALUES (4152, 4152, 'dictData.tenancy.radio', 'Radio', 'i18n_en', NULL, NULL, '1', 'supervisor', 1700000000000, NULL, 0, NULL);
INSERT INTO `sys_dict_data` VALUES (4153, 4153, 'role.tenant', 'Tenants', 'i18n_zh', NULL, NULL, '1', 'supervisor', 1700000000000, NULL, 0, NULL);
SET FOREIGN_KEY_CHECKS = 1;