fix #73 - add migration to docs

This commit is contained in:
les
2020-02-15 15:42:41 +01:00
parent 1ef78c5f4d
commit e6f9db2f3a
7 changed files with 36 additions and 16 deletions

View File

@@ -29,9 +29,17 @@ git clone https://framagit.org/les/gancio
yarn
```
4. Hacking
4. Run db migrations
```bash
./node_modules/.bin/sequelize db:migrate
```
5. Hacking
```bash
yarn dev
```
Please use the [issue board](https://framagit.org/les/gancio/-/boards) and the [forum](https://framavox.org/g/hMXTDgtJ/gancio) to discuss any modification.
> warning "Warning"
> You need to register a first user, this will be an active administrator!
Please use the [issue board](https://framagit.org/les/gancio/-/boards) and the [forum](https://framavox.org/g/hMXTDgtJ/gancio) to discuss any modification.