We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: