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

Increased database limits #956

Merged
merged 1 commit into from
May 17, 2024

Conversation

SpeedyD
Copy link
Contributor

@SpeedyD SpeedyD commented May 16, 2024

As per discussed in #955 - I've altered the columns from a varchar to a text, as those have no limits.

I used a clean lk release environment to see what the correct values were regarding nullable.. Effectively; I did my research. :)

Also tested it on my copy of an existing Lorekeeper: and it does not seem to cause any issues with the database.

Have also tested if it messes anything up on said local by granting myself items and currency: Seems to be working just fine, at least for the items_log, user_items and currencies_log tables.. so I'm fairly convinced this is all done correctly. :)

@itinerare itinerare added bug Something isn't working needs review Pull requests that are pending community review labels May 16, 2024
@itinerare itinerare added reviewed Pull requests that have received community review and are pending merge and removed needs review Pull requests that are pending community review labels May 17, 2024
@itinerare itinerare merged commit f0af321 into corowne:release/v3.0.0 May 17, 2024
1 of 2 checks passed
@SpeedyD SpeedyD deleted the fix/database-log-limits branch May 17, 2024 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working reviewed Pull requests that have received community review and are pending merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants