R
R
Robert2015-04-08 18:05:43
Ruby on Rails
Robert, 2015-04-08 18:05:43

How to save the base if you need to change the structure of the Rails project?

What I mean.
For example, I have a working application with an already developed database.
During the update of the application, the database has undergone dramatic changes. (New table links, etc.)
How do you do it in such a case to save the previously accumulated information without harm to users?
PS I am aware that the question may sound silly. But there is no one to ask such questions.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene Burmakin, 2015-04-08
@Jowan

Usually in such cases, they also work to change the user information (usually put in the right columns of the right tables) so that the application continues to function correctly. The best way to do this is to take the base from production and do all the actions on it in the development environment. Well, then to update the production.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question