What are the Slack Archives?

Itโ€™s a history of our time together in the Slack Community! Thereโ€™s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you wonโ€™t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

is there a way to run a bunch of update SQL statements inside of Spryker after the migration has alr

U03V0SXHU13
U03V0SXHU13 Posts: 8 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

is there a way to run a bunch of update SQL statements inside of Spryker after the migration has already run? Or do I have to run the SQL script manually?

Comments

  • Bruno Zamorano
    Bruno Zamorano Sprykee Posts: 36 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    I'll recommend to create the job to be consumed by the scheduler by adding those SQL updates and configure it so that it can be consumed in small chunck-size and not overload your project. Actually, maybe first you can test in your local to catch any possible data error so you can manage easily for a solution ๐Ÿ™‚.

  • U03V0SXHU13
    U03V0SXHU13 Posts: 8 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    thanks @UQY5C74F4 for the feedback ๐Ÿ™‚