1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

bitbake: toaster: migrate orm models to South

As Toaster advances, database schema alteration
will force users to delete old versions and lose
all data collected.

In order to prevent this, and to allow database
updates to happen without having to delete old data,
we use South to handle migrations for the ORM
application which stores the Toaster data.

    [YOCTO #5559]

(Bitbake rev: 6936faed8d94f3a2ab4055049cd27d02d8229003)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexandru DAMIAN
2013-12-03 12:51:04 +00:00
committed by Richard Purdie
parent 81ebce0778
commit 415ebb738d
4 changed files with 416 additions and 1 deletions
@@ -148,6 +148,7 @@ INSTALLED_APPS = (
'toastermain',
'bldviewer',
'toastergui',
'south',
)
# A sample logging configuration. The only tangible logging