Add specs for model facebook_page (#346)

This commit is contained in:
Karthik Sivadas
2019-12-05 13:20:04 +05:30
committed by Pranav Raj S
parent ff5c26a388
commit 3a1c0aef07
5 changed files with 33 additions and 3 deletions

View File

@@ -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