From 4c84e02be8055c6a1b57bf62e54df17b66255375 Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Tue, 15 Jun 2021 14:01:38 +0800 Subject: [PATCH] * Add new sql. --- db/update15.0.2.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 db/update15.0.2.sql diff --git a/db/update15.0.2.sql b/db/update15.0.2.sql new file mode 100644 index 0000000000..ed3f894000 --- /dev/null +++ b/db/update15.0.2.sql @@ -0,0 +1 @@ +ALTER TABLE `zt_team` CHANGE `hours` `hours` float(3,1) unsigned NOT NULL DEFAULT '0.0' AFTER `days`;