spec/config/database.rb in ruby_rabbitmq_janus-3.0.0.pre.354 vs spec/config/database.rb in ruby_rabbitmq_janus-3.0.0.pre.358
- old
+ new
@@ -14,9 +14,10 @@
# :reek:UtilityFunction
def migrate
ActiveRecord::Base.connection.create_table(:janus_instances) do |table|
table.integer :session, limit: 8
table.boolean :enable
+ table.string :name
end
end
# :reek:UtilityFunction
def load_mongo