|
|
|
@ -10,7 +10,7 @@
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# It's strongly recommended that you check this file into your version control system.
|
|
|
|
# It's strongly recommended that you check this file into your version control system.
|
|
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(version: 20170309191211) do
|
|
|
|
ActiveRecord::Schema.define(version: 20170310191800) do
|
|
|
|
|
|
|
|
|
|
|
|
# These are extensions that must be enabled in order to support this database
|
|
|
|
# These are extensions that must be enabled in order to support this database
|
|
|
|
enable_extension "plpgsql"
|
|
|
|
enable_extension "plpgsql"
|
|
|
|
@ -28,6 +28,8 @@ ActiveRecord::Schema.define(version: 20170309191211) do
|
|
|
|
t.datetime "created_at", null: false
|
|
|
|
t.datetime "created_at", null: false
|
|
|
|
t.datetime "updated_at", null: false
|
|
|
|
t.datetime "updated_at", null: false
|
|
|
|
t.text "twilio_details"
|
|
|
|
t.text "twilio_details"
|
|
|
|
|
|
|
|
t.string "twilio_sid"
|
|
|
|
|
|
|
|
t.index ["twilio_sid"], name: "index_attempts_on_twilio_sid", using: :btree
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
create_table "categories", force: :cascade do |t|
|
|
|
|
create_table "categories", force: :cascade do |t|
|
|
|
|
|