Ruby on Rails Wednesday, July 6, 2016

I am in the process of upgrading an app to Rails 5. One thing that I stumbled on while recreating my test database was the `db:environment:set` command.

From what I can see, this makes a table named `internal_metadata` and stores an environment value.

Is running this command on all existing databases required? I cannot find any further information about this command in the upgrade guide or the ActiveRecord changelog notes.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/fe6b7083-d31b-42e1-9b6f-e60dbbe0ac42%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment