We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9a303 commit 535e505Copy full SHA for 535e505
lib/slack-ruby-bot-server/config/database_adapters/activerecord.rb
@@ -11,7 +11,7 @@ def self.check!
11
end
12
13
def self.init!
14
- return if ActiveRecord::Base.connection.tables.include?(SlackRubyBotServer::Config.teams_table)
+ return if ActiveRecord::Base.connection.tables.include?(SlackRubyBotServer::Config.teams_table.to_s)
15
ActiveRecord::Base.connection.create_table SlackRubyBotServer::Config.teams_table do |t|
16
t.string :team_id
17
t.string :name
0 commit comments