rating-orama/CHANGELOG.md
Pedro Pérez 6d88e96864 refactor: 🔥 update docker-compose.yml and remove schema.sql
- Update volume path in docker-compose.yml for init.sql
- Remove docker/schema.sql, move schema configuration to init.sql
2023-04-09 07:17:51 +02:00

13 lines
448 B
Markdown

# Changelog
All notable change notes in this project will be documented in this file.
## [0.1.0-2] - 2023-04-09
### Changed
- `docker-compose.yml`: Changed the volume path for the `init.sql` file:
- From: `./schema.sql:/docker-entrypoint-initdb.d/schema.sql`
- To: `./init.sql:/docker-entrypoint-initdb.d/init.sql`
### Removed
- `docker/schema.sql`: The file has been removed. The schema configuration has been moved to the `init.sql` file.