Re: Migrations and multiple databases

2016-11-25 Thread odd hogstad
Isn't that kind of stupid? fredag 25. november 2016 06.00.49 UTC+1 skrev pradam.programming følgende: > > Yes do the same. > > On Thu, Nov 24, 2016 at 11:16 PM, odd hogstad > wrote: > >> db1 holds the auth stuff already. Do I need to also have it in db2 f

Re: Migrations and multiple databases

2016-11-24 Thread odd hogstad
he issue > > On Thu, Nov 24, 2016 at 3:54 PM, odd hogstad > wrote: > >> I have two databases in my project, db1, which changes quite frequently, >> and db2, which seldom changes. The app was original written in django 1.3, >> but we've upgraded since then, an

Migrations and multiple databases

2016-11-24 Thread odd hogstad
I have two databases in my project, db1, which changes quite frequently, and db2, which seldom changes. The app was original written in django 1.3, but we've upgraded since then, and now uses 1.8. Now I need to make a change on db2 for the first time since the upgrade from 1.3. I make my change