From: <sco...@us...> - 2011-09-01 18:12:39
|
Revision: 25174 http://gmod.svn.sourceforge.net/gmod/?rev=25174&view=rev Author: scottcain Date: 2011-09-01 18:12:31 +0000 (Thu, 01 Sep 2011) Log Message: ----------- adding a little white space to the warning message Modified Paths: -------------- schema/trunk/chado/bin/gmod_update_chado.pl Modified: schema/trunk/chado/bin/gmod_update_chado.pl =================================================================== --- schema/trunk/chado/bin/gmod_update_chado.pl 2011-09-01 18:11:43 UTC (rev 25173) +++ schema/trunk/chado/bin/gmod_update_chado.pl 2011-09-01 18:12:31 UTC (rev 25174) @@ -59,9 +59,11 @@ if (!defined $FORCE) { print <<END + The schema needs updating; this will add columns and/or tables, and should not delete any data, but we still advise you to back up your database before continuing. + END ; my $YN = prompt ("Continue with update?", "y"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |