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

Improve necessary migrations #217

Open
T0mWz opened this issue Jul 3, 2023 · 0 comments
Open

Improve necessary migrations #217

T0mWz opened this issue Jul 3, 2023 · 0 comments

Comments

@T0mWz
Copy link

T0mWz commented Jul 3, 2023

Current migrations only works for MySQL compatible databases. You also set engine myisam..

Better to use the migration schema, where it will fit database server config, where we for example don't use MyISAM.
https://github.com/SURFnet/rd-sram-integration/blob/main/federatedgroups/appinfo/Migrations/Version20230523140843.php

See for example for a correct migration;
https://github.com/owncloud/oauth2/blob/master/appinfo/Migrations/Version20161122085340.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants