layerindex-web/layerindex/migrations
Paul Eggleton 773a6475af Fix not null error on database migration
The updated field on the branch table was not null and this breaks the
fixture. It's too painful to specify a value for a datetime field in a
fixture json file and it wouldn't even make sense to specify a value in
this case anyway, so just allow the field to be null.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-01-04 14:15:36 -06:00
..
__init__.py Enable south and add initial migrations 2013-06-03 10:59:10 +01:00
0001_initial.py Enable south and add initial migrations 2013-06-03 10:59:10 +01:00
0002_auto__add_field_layeritem_index_preference.py Add preference order field 2013-06-03 10:59:10 +01:00
0003_auto__add_field_recipe_bugtracker__add_field_recipe_provides__add_fiel.py Collect BUGTRACKER, PROVIDES and BBCLASSEXTEND for each recipe 2013-06-03 10:59:10 +01:00
0004_auto__add_bbclass__add_bbappend.py Collect bbappends and bbclasses for each layer 2013-06-17 21:11:53 +01:00
0005_auto__add_field_layerbranch_actual_branch.py Add actual_branch field to layerbranch 2013-06-17 21:11:58 +01:00
0006_auto__add_recipechange__add_recipechangeset.py Add recipe bulk change feature 2013-08-11 11:28:14 +01:00
0007_auto__add_classicrecipe.py Add support for importing OE-Classic recipes 2013-09-05 00:31:22 +01:00
0008_auto__add_field_machine_updated__add_field_layeritem_updated__add_fiel.py adding updated field for certain models 2014-09-24 11:32:34 +01:00
0009_auto__add_field_recipe_src_uri__add_field_recipe_depends.py layerindex: Add support for store src_uri and depends into Recipe 2015-07-14 10:51:38 -05:00
0010_auto__chg_field_recipe_provides.py layerindex: Fix increase length of Recipe provides field 2015-07-14 10:51:39 -05:00
0011_auto__chg_field_recipe_license__chg_field_recipe_section__chg_field_re.py layerindex: Increase max length in recipe model. 2015-07-14 10:51:40 -05:00
0012_auto__add_pythonenvironment__add_field_recipe_inherits__add_field_reci.py layerindex/migrations: Update remaning migrations for apply at top of 2016-06-22 17:00:52 -05:00
0014_auto__chg_field_branch_updated.py Fix not null error on database migration 2017-01-04 14:15:36 -06:00