remove file_md5 unique index
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
|
||||
-- 删除sys_file_entity表的file_md5唯一索引
|
||||
-- ALTER TABLE [js_sys_file_entity] DROP CONSTRAINT [UQ__js_sys_f__3BD63C9E32E0915F]
|
||||
@@ -0,0 +1,5 @@
|
||||
|
||||
-- 删除sys_file_entity表的file_md5唯一索引
|
||||
ALTER TABLE `js_sys_file_entity`
|
||||
DROP INDEX `file_md5`,
|
||||
ADD INDEX `file_md5`(`file_md5`);
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
-- 删除sys_file_entity表的file_md5唯一索引
|
||||
-- ALTER TABLE "JS_SYS_FILE_ENTITY" DROP CONSTRAINT "SYS_C0019398"
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
-- 删除sys_file_entity表的file_md5唯一索引
|
||||
ALTER TABLE "js_sys_file_entity"
|
||||
DROP CONSTRAINT "js_sys_file_entity_file_md5_key";
|
||||
Reference in New Issue
Block a user