myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3040] trunk/vendor/plugins/structured_data/lib/a


From: noreply
Subject: [myexperiment-hackers] [3040] trunk/vendor/plugins/structured_data/lib/auto_migrate.rb: removed information message about database tables
Date: Mon, 9 Jul 2012 11:30:23 +0000 (UTC)

Revision
3040
Author
dgc
Date
2012-07-09 11:30:22 +0000 (Mon, 09 Jul 2012)

Log Message

removed information message about database tables

Modified Paths

Diff

Modified: trunk/vendor/plugins/structured_data/lib/auto_migrate.rb (3039 => 3040)


--- trunk/vendor/plugins/structured_data/lib/auto_migrate.rb	2012-06-19 10:31:27 UTC (rev 3039)
+++ trunk/vendor/plugins/structured_data/lib/auto_migrate.rb	2012-07-09 11:30:22 UTC (rev 3040)
@@ -85,7 +85,7 @@
     # create and drop tables as appropriate
 
     (old_tables - new_tables.keys).each do |name|
-      puts "Note: Table '#{name}' has been removed from the XML schema."
+#     puts "Note: Table '#{name}' has been removed from the XML schema."
 #     conn.drop_table(name)
 #     AutoTable.find_by_name(name).destroy
     end 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]