English
首页
论坛
博客
多用户博客
在线工具
在线手册
开通博客赚积分
发布资源赚积分
分类
源码开发语言/平台
当前位置:
首页
> 源码/资料 >
Java编程
>
Ajax
> 查看源码
schemas.rake
资源名称:
typo-5.4.4.zip [点击查看]
上传用户:
netsea168
上传日期:
2022-07-22
资源大小:
4652k
文件大小:
0k
源码类别:
Ajax
开发平台:
Others
schemas.rake:源码内容
desc "Create new db/schema files using the migrations. Requires schema_generator."
task :schemas do
`./script/generate schema --force`
`sed s/ENGINE=InnoDB/TYPE=MyISAM/ < db/schema.mysql.sql > db/schema.mysql-v3.sql`
`rm db/schema.rb`
end