15 lines
305 B
Markdown
15 lines
305 B
Markdown
|
|
# Database
|
||
|
|
|
||
|
|
This section is for code generator database migrator.
|
||
|
|
|
||
|
|
This configuration is for development environnement.
|
||
|
|
|
||
|
|
You need to install script `./script/install_dev_extra_ubuntu.sh`.
|
||
|
|
|
||
|
|
## Restore database
|
||
|
|
|
||
|
|
Run script to restore database:
|
||
|
|
```bash
|
||
|
|
./script/database/restore_mariadb_sql_example_1.sh
|
||
|
|
```
|