Skip to content

Add db migration to add Applications table

Jose V. Trigueros requested to merge add-applications-table into master

This table will store the Discord Application ID. For now, nothing else will be done with this, but will be used in the future as a join table so that many bot instances can use the same database.

Merge request reports