test/dummy/db/schema.rb in fastly-rails-0.2.0 vs test/dummy/db/schema.rb in fastly-rails-0.3.0
- old
+ new
@@ -9,14 +9,15 @@
# 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: 20140407202136) do
+ActiveRecord::Schema.define(version: 20150312044151) do
create_table "books", force: true do |t|
t.text "name"
t.datetime "created_at"
t.datetime "updated_at"
+ t.string "service_id"
end
end