How do I run `docker/sdk console propel:install` for the non-default store also?

U04V0L4ATAQ
U04V0L4ATAQ Posts: 11 🧑🏻‍🚀 - Cadet
edited June 2023 in Spryker Dev Environment

Hi, how do I run docker/sdk console propel:install for the non-default store also? The hands-on section of "Extending Spryker Functionality" left my b2c-demo-shop US store somewhat broken, as the changes to database only happened to the DE store.
The eu-docker database had the spy_customer table with the added fk_antelope field, and us-docker did not.

Tagged:

Comments

  • U02SK9QH76G
    U02SK9QH76G Posts: 17 🧑🏻‍🚀 - Cadet
    APPLICATION_STORE=YOUR_STORE docker/sdk console ...
    
  • U04V0L4ATAQ
    U04V0L4ATAQ Posts: 11 🧑🏻‍🚀 - Cadet

    Thanks Vlad, it worked after deleting the old DE store migrations.

  • U0107RNGSE8
    U0107RNGSE8 Posts: 7 🧑🏻‍🚀 - Cadet

    it would be great to have something "run it for all configured stores" for such console tasks 😄 .. we always build around our own helper for that - but maybe this could be a build-in feature once - @spryker... 😉