Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 401 Bytes

MIGRATIONS.md

File metadata and controls

9 lines (8 loc) · 401 Bytes

Migrations and update guide

    1. Stop serving the application (just keep MySQL running).
    1. Get and update the source code form the last version (tip: download everything from Github and replace it in your folder).
    1. Run all the migrations you need using the following command: make migration FILE={migration_file} for instance make migration FILE=4.1.0.
    1. Restart your server.