Feature: Webhooks (#489)
This commit is contained in:
11
db/migrate/20200213054733_create_webhooks.rb
Normal file
11
db/migrate/20200213054733_create_webhooks.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
class CreateWebhooks < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
create_table :webhooks do |t|
|
||||
t.integer :account_id
|
||||
t.integer :inbox_id
|
||||
t.string :urls
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user