Bläddra i källkod

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

Romain Rigaux 11 år sedan
förälder
incheckning
7fa5f6c
1 ändrade filer med 1 tillägg och 1 borttagningar
  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):