test/dummy/db/schema.rb in invoice_bar-0.0.8 vs test/dummy/db/schema.rb in invoice_bar-0.0.9

- old
+ new

@@ -9,10 +9,10 @@ # 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: 20160805214217) do +ActiveRecord::Schema.define(version: 20160806120912) do create_table "invoice_bar_accounts", force: :cascade do |t| t.string "name", null: false t.integer "user_id", null: false t.string "bank_account_number"