Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully migrate Database to its respective subdirectory #7

Merged
merged 5 commits into from
Oct 14, 2024
Merged

Conversation

shuuyu
Copy link
Contributor

@shuuyu shuuyu commented Oct 13, 2024

Since the database needs to be accessed by both the API and the bot itself, we intend on completing the database entirely in this pull request. This should:

  • Reduce complexity in the main package of the bot
  • Not make usage of Kotlin's Long, rather making usage of Kotlin's ULong for many of our tables, since no value should return or be sent as a negative, and thus be stored as one. (At least, this is to my knowledge. I also know that Discord shouldn't be sending you signed integers that are negative, but whatever.)

@shuuyu shuuyu changed the title Fully migrate Database to it's respective subdirectory Fully migrate Database to its respective subdirectory Oct 13, 2024
@shuuyu
Copy link
Contributor Author

shuuyu commented Oct 13, 2024

I can't english

@shuuyu shuuyu merged commit aea440c into main Oct 14, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant