浏览代码

HUE-2249 [jobsub] DB migration problems from 2 to 3.6

Romain Rigaux 11 年之前
父节点
当前提交
7fa5f6ca36
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/jobsub/src/jobsub/migrations/0005_unify_with_oozie.py

+ 1 - 1
apps/jobsub/src/jobsub/migrations/0005_unify_with_oozie.py

@@ -14,7 +14,7 @@ class Migration(DataMigration):
         # Need to ensure oozie is completely sync'd before jobsub.
         # This migration relies on the existence of the complete oozie model in the DB.
         # If a new oozie schema migration is added, then this will need to be updated as well.
-        ("oozie", "0021_auto__chg_field_java_args__add_field_job_is_trashed"),
+        ("oozie", "0023_auto__add_field_node_data__add_field_job_data"),
     )
 
     def forwards(self, orm):