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

Does not support more than 32,000 members. #15

Open
ajquick opened this issue Dec 16, 2022 · 0 comments
Open

Does not support more than 32,000 members. #15

ajquick opened this issue Dec 16, 2022 · 0 comments

Comments

@ajquick
Copy link

ajquick commented Dec 16, 2022

Very surprised to find this. I had imported a bunch of comments along with our user base to Piwigo.

I found that the authors on the album comments were not lining up with the correct users.

Then I found that the database only supports approximately 32,000 users!

`author_id` smallint(5) DEFAULT NULL,

Should be updated to:

`author_id` mediumint(8) DEFAULT NULL,

Which aligns with Piwigo's current default capacity for users.

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

No branches or pull requests

1 participant