mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
CHANGELOG avec les commandes à lancer pour postgre.
This commit is contained in:
parent
e38ae33c6e
commit
822ca101ac
1 changed files with 14 additions and 0 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -136,3 +136,17 @@ Fix several issues with email accounts, you need to collect the static files.
|
|||
```bash
|
||||
./manage.py collectstatic
|
||||
```
|
||||
|
||||
## MR 203 Add custom invoices
|
||||
|
||||
The custom invoices are now stored in database. You need to migrate your database :
|
||||
|
||||
```bash
|
||||
python3 manage.py migrate
|
||||
```
|
||||
|
||||
On some database engines (postgreSQL) you also need to update the id sequences:
|
||||
|
||||
```bash
|
||||
python3 manage.py sqlsequencereset cotisations | python3 manage.py dbshell
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue