Carnosinex

Database Migration

Run this migration to update the orders table schema for Australian addresses

This migration will:

  • Remove old "city" column (replaced with "suburb")
  • Remove old "postal_code" column (replaced with "postcode")
  • Add "suburb" column if missing
  • Add "postcode" column if missing
  • Add "delivery_method" column if missing