Skip to content

Commit ac0680e

Browse files
authored
Merge pull request #4 from Tozzigh/migration_fix
Added 'pipenv run migrate' in README
2 parents 89c5053 + d192e1d commit ac0680e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ It is recomended to install the backend first, make sure you have Python 3.8, Pi
4747
| MySQL | mysql://username:password@localhost:port/example |
4848
| Postgress | postgres://username:password@localhost:5432/example |
4949

50-
3. Run the migrations: `$ pipenv run upgrade`
51-
4. Run the application: `$ pipenv run start
50+
4. Migrate the migrations: `$ pipenv run migrate` skip this step if there are no changes on Modules Columns
51+
5. Run the migrations: `$ pipenv run upgrade`
52+
6. Run the application: `$ pipenv run start
5253

5354

5455
### Front-End Manual Installation:

0 commit comments

Comments
 (0)