[RAB-2] adding code to retrieve legacy quotes

adding migration script for legacy quotes
changing docker-compose file to use different container names
This commit is contained in:
Sheldan
2022-05-15 16:13:48 +02:00
parent da6c4a5b23
commit 199ca18cac
80 changed files with 3038 additions and 28 deletions

View File

@@ -75,6 +75,12 @@
<artifactId>starboard-impl</artifactId>
</dependency>
<dependency>
<groupId>dev.sheldan.raustria.bot.application.module</groupId>
<artifactId>quotes</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>