spec/dummy/db/schema.rb in magic_addresses-0.0.1 vs spec/dummy/db/schema.rb in magic_addresses-0.0.2
- 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: 20150223223200) do
+ActiveRecord::Schema.define(version: 20150225220219) do
create_table "mgca_address_translations", force: :cascade do |t|
t.integer "mgca_address_id", null: false
t.string "locale", null: false
t.datetime "created_at", null: false