From 74aef4a45c40976af2d70d4bcdd01e7a5321f1df Mon Sep 17 00:00:00 2001 From: zhujinyong Date: Mon, 3 Jun 2013 02:56:51 +0000 Subject: [PATCH] + add update4.1.sql. --- db/update4.1.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 db/update4.1.sql diff --git a/db/update4.1.sql b/db/update4.1.sql new file mode 100644 index 0000000000..5473be5958 --- /dev/null +++ b/db/update4.1.sql @@ -0,0 +1,2 @@ +ALTER TABLE `zt_module` ADD `product` mediumint(8) unsigned NOT NULL DEFAULT '0' AFTER `root`, +ADD `project` mediumint(8) unsigned NOT NULL DEFAULT '0' AFTER `product`;