If you upgraded Spree from 1.1.2 to 1.1.3 and found that the checkout didn’t work with some error about zones
1 | ActiveRecord::StatementInvalid (PG::Error: ERROR: column "zone_members_count" does not exist |
Then perhaps you missed that you needed to run some migrations
1 | rake railties:install:migrations |