Fix wrong table name.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 21 Jun 2010 16:35:08 +0000 (18:35 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 21 Jun 2010 16:35:39 +0000 (18:35 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
upgrade/account/copy_tables.sh

index c043d72..391d98e 100755 (executable)
@@ -56,7 +56,7 @@ copyTable '#x4dat#.gapps_reporting' 'gapps_reporting'
 copyTable '#x4dat#.contacts' 'contacts'
 copyTable '#x4dat#.coupures' 'downtimes'
 copyTable '#x4dat#.emails_watch' 'email_watch'
-copyTable '#x4dat#.emails_send_save' 'email_send_save'
+copyTable '#x4dat#.email_send_save' 'email_send_save'
 copyTable '#x4dat#.homonymes' 'homonyms'
 copyTable '#x4dat#.ip_watch' 'ip_watch'
 copyTable '#x4dat#.mx_watch' 'mx_watch'