Skip to content

Commit

Permalink
Merge pull request Ericsson#4366 from feyruzb/fix_documentation_new_t…
Browse files Browse the repository at this point in the history
…able_creation

Modified documentation to match current procedures for changing schema
  • Loading branch information
bruntib authored Oct 21, 2024
2 parents 4234fb7 + c72eb76 commit 4bfaa2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web/db_schema_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ according to your database configuration.

### **Step 3**: Use alembic to autogenerate migration scripts

`alembic --name config_db revision --autogenerate -m "Change description"`
`PYTHONPATH=<codechecker_root>/build/CodeChecker/lib/python3 alembic --name config_db revision --autogenerate -m "Change description"`

### **Step 4**: Check the generated scripts

Expand Down

0 comments on commit 4bfaa2d

Please sign in to comment.