Skip to content

beyond_reply的SQL脚本代码有问题 #42

@Voolion

Description

@Voolion

创建索引时用的是KEY ix_update_time (update_time)
实际上没有update_time这个字段,
请将上方update_mtime字段改成update_time
或是将索引改为KEY ix_update_time (update_mtime)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions