akvo / akvo-rsr

Akvo Really Simple Reporting
http://rsr.akvo.org
GNU Affero General Public License v3.0
39 stars 20 forks source link

Squash Django migrations #3342

Closed punchagan closed 4 years ago

punchagan commented 6 years ago

We have way too many migrations, that take way too long to run!

We should also investigate what makes the migrations so slow, and change things in future to not be stuck with such slow migrations.

2450 is related to this

punchagan commented 4 years ago

Decided against it, and are using the --keepdb flag to preserver the DB between test runs.