简体   繁体   中英

Ruby on Rails + Postgres Migration removing enable_extension "pgcrypto" from schema.rb on every db:migrate

This line is being removed from my schema.rb file every time I migrate;

enable_extension "pgcrypto"

... but I have no idea why. No where am I dropping the extension and there is a migration that adds it very early in the stack of migrations (months ago).

This just started, and I have changed/updated nothing.

Thoughts?

See Sachin Singh's comment. This helped me to figure it out.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM