Actually drops update time from profile_addresses.
authorStéphane Jacob <sj@m4x.org>
Sun, 19 Sep 2010 09:54:17 +0000 (11:54 +0200)
committerStéphane Jacob <sj@m4x.org>
Mon, 20 Sep 2010 07:07:59 +0000 (09:07 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
upgrade/1.0.1/10_addresses.sql [new file with mode: 0644]

diff --git a/upgrade/1.0.1/10_addresses.sql b/upgrade/1.0.1/10_addresses.sql
new file mode 100644 (file)
index 0000000..c8cdef9
--- /dev/null
@@ -0,0 +1,3 @@
+ALTER TABLE profile_addresses DROP COLUMN updateTime;
+
+-- vim:set syntax=mysql: