Data component shared between the gthx bot and website.
To make database changes either:
- Modify the classes in Gthx.Core
- Add or delete classes in Gthx.Core, then modify GthxDataContext to add or remove references to those classes.
Then create new migrations for both MariaDB and SQL Server by running the following from the Gthx.Data directory:
dotnet ef migrations add <MigrationName> --project ../MariaDbMigrations -- --provider mariadb