mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
Add specs for model facebook_page (#346)
This commit is contained in:
committed by
Pranav Raj S
parent
ff5c26a388
commit
3a1c0aef07
@@ -10,7 +10,7 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 2019_12_02_173004) do
|
||||
ActiveRecord::Schema.define(version: 2019_12_04_192301) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
@@ -52,6 +52,7 @@ ActiveRecord::Schema.define(version: 2019_12_02_173004) do
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
t.string "avatar"
|
||||
t.index ["page_id", "account_id"], name: "index_channel_facebook_pages_on_page_id_and_account_id", unique: true
|
||||
t.index ["page_id"], name: "index_channel_facebook_pages_on_page_id"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user