From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 4BDC1E00473; Tue, 10 Nov 2015 10:01:52 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [74.55.86.74 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] X-Greylist: delayed 1624 seconds by postgrey-1.32 at yocto-www; Tue, 10 Nov 2015 10:01:48 PST Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 25C96E00343 for ; Tue, 10 Nov 2015 10:01:48 -0800 (PST) Received: from [192.168.1.10] (c-73-194-208-34.hsd1.nj.comcast.net [73.194.208.34]) by smtp.webfaction.com (Postfix) with ESMTP id 5C82C209C5CA; Tue, 10 Nov 2015 17:34:44 +0000 (UTC) To: Brian Avery , toaster@yoctoproject.org References: From: Bob Cochran Message-ID: <56422AB0.4070200@mindchasers.com> Date: Tue, 10 Nov 2015 12:34:40 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Subject: Re: RFC X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 18:01:52 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 11/05/2015 04:26 PM, Brian Avery wrote: > Hi, > > Maintaining migrations for toaster from the beginning of time is > beginning to be too complex. I'd like to propose that we support > databse migrations from the last release to the current release, only. > > This would still allow people to do a stepwise migration if they > really needed to but would mean that developers would not have to > test/stress over migrations from schema no one remembers any longer. > > Comments/impacts? I'm all for it, but can you please upgrade toaster to work with Django 1.8.6 at the same time? As you probably know, migrations are now integrated into Django and no longer require South. I work with Django on a regular basis, and I seem to have less migration headaches these days, although I know part of my improved quality of life was getting away from MySQL and moving to postgresql. Bob > > -b >