From 1c25a4fe448ccd7f8f1059c3ca46e787116a311c Mon Sep 17 00:00:00 2001 From: AKamyshnikova Date: Thu, 16 Apr 2015 16:25:42 +0300 Subject: [PATCH] Add some more comments to models/frozen.py Some people get confused and tried to add new models in models/frozen.py To prevent this add some more information in comments in this file. Change-Id: Iaa52ae2a826609f94e1aa81d815ae7c082bf9204 --- neutron/db/migration/models/frozen.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/neutron/db/migration/models/frozen.py b/neutron/db/migration/models/frozen.py index ccce460df..528fc4165 100644 --- a/neutron/db/migration/models/frozen.py +++ b/neutron/db/migration/models/frozen.py @@ -14,7 +14,10 @@ # under the License. """ -The module provides all database models. +This module should not be changed. + +The module provides all database models that were present at the moment of +creation of heal_script. Its purpose is to create comparable metadata with current database schema. Based on this comparison database can be healed with healing migration. -- 2.45.2