test/dummy/db/schema.rb in disco_app-0.8.8 vs test/dummy/db/schema.rb in disco_app-0.8.9
- old
+ new
@@ -9,11 +9,11 @@
# from scratch. The latter is a flawed and unsustainable approach (the more migrations
# you'll amass, the slower it'll run and the greater likelihood for issues).
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20160401045551) do
+ActiveRecord::Schema.define(version: 20160426033520) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
create_table "disco_app_app_settings", force: :cascade do |t|
@@ -113,9 +113,11 @@
t.datetime "trial_start_at"
t.datetime "trial_end_at"
t.datetime "cancelled_at"
t.integer "amount", default: 0
t.integer "plan_code_id", limit: 8
+ t.string "source"
+ t.integer "trial_period_days"
end
add_index "disco_app_subscriptions", ["plan_id"], name: "index_disco_app_subscriptions_on_plan_id", using: :btree
add_index "disco_app_subscriptions", ["shop_id"], name: "index_disco_app_subscriptions_on_shop_id", using: :btree