Method: RR::ReplicationInitializer#drop_infrastructure

Defined in:
lib/rubyrep/replication_initializer.rb

#drop_infrastructureObject

Removes all rubyrep infrastructure tables from both databases.


246
247
248
249
250
# File 'lib/rubyrep/replication_initializer.rb', line 246

def drop_infrastructure
  drop_event_log if event_log_exists?
  drop_change_logs
  drop_activity_markers
end