From 101e035ad4e00c2cd3fb3aac3fb2afc008fad5bc Mon Sep 17 00:00:00 2001 From: Yagami Date: Mon, 15 Oct 2018 09:28:47 +0800 Subject: [PATCH] * Add sql. --- db/update10.5.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 db/update10.5.sql diff --git a/db/update10.5.sql b/db/update10.5.sql new file mode 100644 index 0000000000..b62de71e2c --- /dev/null +++ b/db/update10.5.sql @@ -0,0 +1,2 @@ +ALTER TABLE `zt_file` +CHANGE `title` `title` varchar(255) COLLATE 'utf8_general_ci' NOT NULL AFTER `pathname`;