RuslanSlepuhin / server_bot

0 stars 3 forks source link

Make it possible to create a new database and use the existing one when applying migrations. #325

Closed Mixail132 closed 2 weeks ago

Mixail132 commented 2 weeks ago

Description:

There is an existing database , running on the server. Additinally there is a local database, running on a local machine fro development. The challenge is to maintain the same code for both environments and avoid conflicts when applying migrations.

Steps: