projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5600b2f
)
Updates json in newsletter_issues according to 9a6abd.
author
Stéphane Jacob
<sj@m4x.org>
Tue, 26 Apr 2011 11:27:17 +0000
(13:27 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Tue, 26 Apr 2011 11:27:17 +0000
(13:27 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
upgrade/1.1.1/11_promo_filter.sql
[new file with mode: 0644]
patch
|
blob
diff --git a/upgrade/1.1.1/11_promo_filter.sql
b/upgrade/1.1.1/11_promo_filter.sql
new file mode 100644
(file)
index 0000000..
8b7e335
--- /dev/null
+++ b/
upgrade/1.1.1/11_promo_filter.sql
@@ -0,0
+1,8
@@
+UPDATE newsletter_issues
+ SET sufb_json = REPLACE(sufb_json, 'Ing.', 'Ingénieur');
+UPDATE newsletter_issues
+ SET sufb_json = REPLACE(sufb_json, 'M%', 'Master');
+UPDATE newsletter_issues
+ SET sufb_json = REPLACE(sufb_json, 'PhD', 'Doctorat');
+
+-- vim:set syntax=mysql: