Method: WorldDb.create_all

Defined in:
lib/worlddb/models.rb

.create_allObject



92
93
94
95
96
97
# File 'lib/worlddb/models.rb', line 92

def self.create_all
  LogDb.create    # add logs table
  ConfDb.create   # add props table
  TagDb.create    # add tags, taggings table
  WorldDb.create
end