From 3628f5d5010b255b091a42d848f285f45204f410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20A=2E=20S=C3=A1nchez=20L=C3=B3pez?= Date: Wed, 18 May 2011 06:46:52 +0000 Subject: [PATCH] Fix workflow migration. See #665 - Legacy-Id: 3132 --- .../migrations/0008_refactor_history_entries.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ietf/ietfworkflows/migrations/0008_refactor_history_entries.py b/ietf/ietfworkflows/migrations/0008_refactor_history_entries.py index dfb18c6dc..40bc6f36d 100644 --- a/ietf/ietfworkflows/migrations/0008_refactor_history_entries.py +++ b/ietf/ietfworkflows/migrations/0008_refactor_history_entries.py @@ -78,14 +78,14 @@ class Migration: # Adding model 'objectannotationtaghistoryentry' db.create_table('ietfworkflows_objectannotationtaghistoryentry', ( - ('comment', orm['ietfworkflows.objectworkflowhistoryentry:comment']), - ('person', orm['ietfworkflows.objectworkflowhistoryentry:person']), - ('unsetted', orm['ietfworkflows.objectworkflowhistoryentry:unsetted']), - ('content_type', orm['ietfworkflows.objectworkflowhistoryentry:content_type']), - ('change_date', orm['ietfworkflows.objectworkflowhistoryentry:change_date']), - ('setted', orm['ietfworkflows.objectworkflowhistoryentry:setted']), - ('content_id', orm['ietfworkflows.objectworkflowhistoryentry:content_id']), - ('id', orm['ietfworkflows.objectworkflowhistoryentry:id']), + ('comment', orm['ietfworkflows.objectannotationtaghistoryentry:comment']), + ('person', orm['ietfworkflows.objectannotationtaghistoryentry:person']), + ('unsetted', orm['ietfworkflows.objectannotationtaghistoryentry:unsetted']), + ('content_type', orm['ietfworkflows.objectannotationtaghistoryentry:content_type']), + ('change_date', orm['ietfworkflows.objectannotationtaghistoryentry:change_date']), + ('setted', orm['ietfworkflows.objectannotationtaghistoryentry:setted']), + ('content_id', orm['ietfworkflows.objectannotationtaghistoryentry:content_id']), + ('id', orm['ietfworkflows.objectannotationtaghistoryentry:id']), )) db.send_create_signal('ietfworkflows', ['objectannotationtaghistoryentry'])