spec/dummy/db/schema.rb in solidus_auth_devise-2.5.3 vs spec/dummy/db/schema.rb in solidus_auth_devise-2.5.4

- old
+ new

@@ -8,11 +8,11 @@ # migrations from scratch. Old migrations may fail to apply correctly if those # migrations use external dependencies or application code. # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 2021_01_29_115394) do +ActiveRecord::Schema.define(version: 2021_11_12_052483) do create_table "action_mailbox_inbound_emails", force: :cascade do |t| t.integer "status", default: 0, null: false t.string "message_id", null: false t.string "message_checksum", null: false @@ -413,10 +413,10 @@ t.index ["key"], name: "index_spree_preferences_on_key", unique: true end create_table "spree_prices", force: :cascade do |t| t.integer "variant_id", null: false - t.decimal "amount", precision: 10, scale: 2 + t.decimal "amount", precision: 10, scale: 2, null: false t.string "currency" t.datetime "deleted_at" t.datetime "created_at", precision: 6 t.datetime "updated_at", precision: 6 t.string "country_iso", limit: 2