Yaniv Dary has uploaded a new change for review.

Change subject: history: fixed post upgrade enum change issue
......................................................................

history: fixed post upgrade enum change issue

Change-Id: I9e2139f436a42135ded32e14d02687c1057e8cd3
Signed-off-by: Yaniv Dary <[email protected]>
---
M 
data-warehouse/historydbscripts_postgres/upgrade/post_upgrade/0010_change_enum_lang_code.sql
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/55/11055/1

diff --git 
a/data-warehouse/historydbscripts_postgres/upgrade/post_upgrade/0010_change_enum_lang_code.sql
 
b/data-warehouse/historydbscripts_postgres/upgrade/post_upgrade/0010_change_enum_lang_code.sql
index b416630..d123b7d 100644
--- 
a/data-warehouse/historydbscripts_postgres/upgrade/post_upgrade/0010_change_enum_lang_code.sql
+++ 
b/data-warehouse/historydbscripts_postgres/upgrade/post_upgrade/0010_change_enum_lang_code.sql
@@ -7,5 +7,5 @@
 WHERE language_code = 'zh-CN';
 
 UPDATE enum_translator
-SET language_code = '"pt_BR"'
+SET language_code = 'pt_BR'
 WHERE language_code = 'pt-BR';


--
To view, visit http://gerrit.ovirt.org/11055
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9e2139f436a42135ded32e14d02687c1057e8cd3
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-dwh
Gerrit-Branch: master
Gerrit-Owner: Yaniv Dary <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to