Welcome Guest, Not a member yet? Register   Sign In
Migrations Question
#4

Ah, you also need to prepare the migration table in the production environment.

        (development) Run the migration in the development environment or so with brand new database, to create the new migration table.
        (development) Export the migration table.
        (production) Import the new migration table and the data.

In production, the first migration should not run, so you need to set data that shows it is done already to the migration table in production.
Reply


Messages In This Thread
Migrations Question - by rfulcher - 03-11-2024, 05:02 AM
RE: Migrations Question - by kenjis - 03-11-2024, 09:29 PM
RE: Migrations Question - by rfulcher - 03-12-2024, 09:19 AM
RE: Migrations Question - by kenjis - 03-12-2024, 05:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB