X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fmv%2Fplugins%2Fdavical.rb;h=a7cfe80c5337ae3d87f99fd26f3c72bb350239aa;hp=63c185c1c63835f5fdd0f52a81e243d108a45eea;hb=8a3e804a4c5f33bee1d80243be6b139e45f07a48;hpb=a67e4a902d371c4c3f8b0ccbee4cc66df87b27e4 diff --git a/lib/mv/plugins/davical.rb b/lib/mv/plugins/davical.rb index 63c185c..a7cfe80 100644 --- a/lib/mv/plugins/davical.rb +++ b/lib/mv/plugins/davical.rb @@ -18,7 +18,7 @@ class DavicalMv def mv_user(from, to) - # Delete the given username. DAViCal uses foreign keys properly + # Switch the given usernames. DAViCal uses foreign keys properly # and only supports postgres, so we let the ON UPDATE CASCADE # trigger handle most of the work. sql_queries = ['UPDATE usr SET username = $1 WHERE username = $2']