projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24b0278
)
We have 3 new ax ids :)
author
Stéphane Jacob
<sj@m4x.org>
Fri, 17 Jun 2011 21:26:41 +0000
(23:26 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Fri, 17 Jun 2011 21:26:41 +0000
(23:26 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
upgrade/1.1.2/07_ax_id.sql
[new file with mode: 0644]
patch
|
blob
diff --git a/upgrade/1.1.2/07_ax_id.sql
b/upgrade/1.1.2/07_ax_id.sql
new file mode 100644
(file)
index 0000000..
1149f5b
--- /dev/null
+++ b/
upgrade/1.1.2/07_ax_id.sql
@@ -0,0
+1,5
@@
+UPDATE profiles SET ax_id = '2008M151' WHERE pid = 44992;
+UPDATE profiles SET ax_id = '2004M043' WHERE pid = 46435;
+UPDATE profiles SET ax_id = '2004M038' WHERE pid = 45914;
+
+-- vim:set syntax=mysql: