Method: RR::ReplicationInitializer#ensure_event_log
- Defined in:
- lib/rubyrep/replication_initializer.rb
#ensure_event_log ⇒ Object
Checks if the event log table already exists and creates it if necessary
208 209 210 |
# File 'lib/rubyrep/replication_initializer.rb', line 208 def ensure_event_log create_event_log unless event_log_exists? end |