Commit aecb87a6 authored by Aurelien's avatar Aurelien
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 6ec6b613
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ This job will allow you to migrate the database using a migration file that you
## How to use it

!!! info
    You can use this job with all Data Base Management Systems (mysql, postgressql ...), you just need to link your remote database in the environment variables file, so make sure that you are using the correct database credentials.
    You can use this job with all Data Base Management Systems (MySQL, PostgreSQL ...), you just need to link your remote database in the environment variables file, so make sure that you are using the correct database credentials.
    

1. Ensure that your project has a premade environment file such as `.env.testing` in example, which contains the variables that will be used by the project.