SURFnet / rd-sram-integration

Research Drive / SURF Research Access Management Integration
2 stars 3 forks source link

Improve necessary migrations #217

Open T0mWz opened 1 year ago

T0mWz commented 1 year ago

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