You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
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.
Douglas Teoh
unread,
Jul 7, 2016, 2:56:31 AM7/7/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
Looks like this is for preventing accidental destruction of the production DB: