+ add the update sql of version 0.4.

This commit is contained in:
wangchunsheng
2010-01-28 02:01:10 +00:00
parent 9d26d39772
commit 59f076ec6c

2
db/update0.4.sql Normal file
View File

@@ -0,0 +1,2 @@
-- 20100128 修改user表中ip字段的默认值解决install失败的问题。
ALTER TABLE `zt_user` CHANGE `ip` `ip` CHAR( 15 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT ''