开发者

Can i remove schema.rb in production

开发者 https://www.devze.com 2023-01-31 02:22 出处:网络
Is this file for informatio开发者_开发问答nal purposes ? Can it be removed in production ?The schema.rb is used when you execute rake db:schema:load. If you are absolutely sure you are not going to e

Is this file for informatio开发者_开发问答nal purposes ?

Can it be removed in production ?


The schema.rb is used when you execute rake db:schema:load. If you are absolutely sure you are not going to execute this Rake task in production, then yes, you could remove it.

I'm unsure why you'd want to take the time to remove it explicitly, though.

0

精彩评论

暂无评论...
验证码 换一张
取 消