schema/spacewalk/upgrade/spacewalk-schema-0.6-to-spacewalk-schema-0.7/002-rhn_db_environment-rhn_environment-drop.sql | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit cf64dd8d756aa1797618eb6f2c7cd8dade60d96f Author: Milan Zazrivec mzazrivec@redhat.com Date: Mon Nov 30 15:52:13 2009 +0100
476851 - drop unneeded synonyms during schema upgrade
diff --git a/schema/spacewalk/upgrade/spacewalk-schema-0.6-to-spacewalk-schema-0.7/002-rhn_db_environment-rhn_environment-drop.sql b/schema/spacewalk/upgrade/spacewalk-schema-0.6-to-spacewalk-schema-0.7/002-rhn_db_environment-rhn_environment-drop.sql index 489d2f4..54d2952 100644 --- a/schema/spacewalk/upgrade/spacewalk-schema-0.6-to-spacewalk-schema-0.7/002-rhn_db_environment-rhn_environment-drop.sql +++ b/schema/spacewalk/upgrade/spacewalk-schema-0.6-to-spacewalk-schema-0.7/002-rhn_db_environment-rhn_environment-drop.sql @@ -11,3 +11,6 @@ alter table rhn_config_macro drop column environment;
drop table rhn_db_environment; drop table rhn_environment; + +drop synonym db_environment; +drop synonym environment;
spacewalk-commits@lists.fedorahosted.org