lib/rubyrep/uninstall_runner.rb in rubyrep-1.0.7 vs lib/rubyrep/uninstall_runner.rb in rubyrep-1.0.8

- old
+ new

@@ -70,9 +70,10 @@ # Removes all rubyrep created database objects. def execute initializer = ReplicationInitializer.new session initializer.restore_unconfigured_tables([]) initializer.drop_infrastructure + puts "Uninstall completed: rubyrep tables and triggers removed!" end # Entry points for executing a processing run. # args: the array of command line options that were provided by the user. def self.run(args)