mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-09 15:57:59 -05:00
Migration logic and v0.5.0 migration
[backend] added new log specific for migrations [backend] added database logic for migration handling [backend] added logic for v0.5.0 migration [backend] added additional crud function in activities necessary for v0.5.0 migration [README] updated README file with new logs section detailing the several log types available
This commit is contained in:
10
README.md
10
README.md
@@ -30,6 +30,7 @@
|
||||
- [Volumes](#volumes)
|
||||
- [Bulk import and file upload](#bulk-import-and-file-upload)
|
||||
- [Strava Integration](#strava-integration)
|
||||
- [Log files](#log-files)
|
||||
- [Sponsors](#sponsors)
|
||||
- [Contributing](#contributing)
|
||||
- [License](#license)
|
||||
@@ -186,6 +187,15 @@ Some notes:
|
||||
|
||||
To enable Strava integration, ensure your API endpoint is accessible from the internet and follow Strava's [API setup guide](https://developers.strava.com/docs/getting-started/).
|
||||
|
||||
## Log files
|
||||
|
||||
The table bellow details the log files available. These logs are available in the /app/logs folder:
|
||||
|
||||
| Log | Description |
|
||||
| --- | --- |
|
||||
| app.log | General log |
|
||||
| migrations.log | File detailing migrations operations |
|
||||
|
||||
## Sponsors
|
||||
|
||||
A huge thank you to our sponsors! Your support helps keep this project going.
|
||||
|
||||
Reference in New Issue
Block a user