2026-02-15 01:07:25 -05:00
|
|
|
|
2022-01-24 14:00:47 -05:00
|
|
|
# Database
|
|
|
|
|
|
|
|
|
|
This section is for code generator database migrator.
|
|
|
|
|
|
|
|
|
|
This configuration is for development environnement.
|
|
|
|
|
|
2023-01-02 20:33:57 -05:00
|
|
|
You need to install script `./script/install/install_dev_extra_ubuntu.sh`.
|
2022-01-24 14:00:47 -05:00
|
|
|
|
|
|
|
|
## Restore database
|
|
|
|
|
|
|
|
|
|
Run script to restore database:
|
2026-02-15 01:07:25 -05:00
|
|
|
|
2022-01-24 14:00:47 -05:00
|
|
|
```bash
|
|
|
|
|
./script/database/restore_mariadb_sql_example_1.sh
|
2026-02-15 01:07:25 -05:00
|
|
|
```
|