From: Florent Bruneau Date: Mon, 21 Jun 2010 16:35:08 +0000 (+0200) Subject: Fix wrong table name. X-Git-Tag: xorg/1.0.0~110 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=ed3342d29dfbf594ad4fabd75f9c65d67120a8ce;p=platal.git Fix wrong table name. Signed-off-by: Florent Bruneau --- diff --git a/upgrade/account/copy_tables.sh b/upgrade/account/copy_tables.sh index c043d72..391d98e 100755 --- a/upgrade/account/copy_tables.sh +++ b/upgrade/account/copy_tables.sh @@ -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'