microservices/sql/update/hisotry_sql/2023-06-19-001.sql

6 lines
217 B
SQL
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

SET FOREIGN_KEY_CHECKS=0;
#
update `ruoyi-gitlink`.cms_doc set update_time=create_time where ISNULL(update_time) and is_dir=0;
SET FOREIGN_KEY_CHECKS=1;