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

Migrate int to bigint #484

Open
juliusknorr opened this issue Jan 10, 2025 · 0 comments
Open

Migrate int to bigint #484

juliusknorr opened this issue Jan 10, 2025 · 0 comments
Assignees
Labels
1. to develop bug Something isn't working high

Comments

@juliusknorr
Copy link
Member

Seems we still have integer columns which especially for file_id in large instances can easily be exceeded.

We should add a migration to fix this:

ALTER TABLE `oc_files_lock` 
	CHANGE `id` `id` BIGINT(20) unsigned NOT NULL AUTO_INCREMENT,
	CHANGE `file_id` `file_id` BIGINT(20) unsigned NOT NULL
	;
@juliusknorr juliusknorr self-assigned this Jan 10, 2025
@github-project-automation github-project-automation bot moved this to 🧭 Planning evaluation (don't pick) in 📝 Office team Jan 10, 2025
@juliusknorr juliusknorr added bug Something isn't working 1. to develop high labels Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop bug Something isn't working high
Projects
Status: 🧭 Planning evaluation (don't pick)
Development

No branches or pull requests

1 participant