Commit ff05ef9d authored by 李德才's avatar 李德才

为文件表的文件路径添加索引

parent 1e018661
...@@ -2067,4 +2067,9 @@ ...@@ -2067,4 +2067,9 @@
</sql> </sql>
</version> </version>
<version edition="86" description="为文件表路径字段添加索引">
<sql creator="lidecai" createDate="20201012" note="为文件表路径字段添加索引">
create index INDEX_PATH on AS_FILE (path);
</sql>
</version>
</update> </update>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment