|
|
@ -75,3 +75,9 @@ bundle exec rake db:migrate:up version=20140725062302
|
|
|
|
kw: Mysql2::Error,存储过程,CALL sp_project_status_cursor();
|
|
|
|
kw: Mysql2::Error,存储过程,CALL sp_project_status_cursor();
|
|
|
|
bundle exec rake db:migrate:down version=20130828004955
|
|
|
|
bundle exec rake db:migrate:down version=20130828004955
|
|
|
|
bundle exec rake db:migrate:up version=20130828004955
|
|
|
|
bundle exec rake db:migrate:up version=20130828004955
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=================================[2014-08-13]====================================
|
|
|
|
|
|
|
|
kw:配置支持的图片格式
|
|
|
|
|
|
|
|
默认支持如下格式:"bmp,jpeg,jpg,png,gif"
|
|
|
|
|
|
|
|
可在configuration.yml中修改,格式:pic_types: "bmp,jpeg,jpg,png,gif"(注意:pic_types若前面有#号需去掉)
|
|
|
|
|
|
|
|
配置完成后重启服务
|
|
|
|