mirror of
https://github.com/slawkens/myaac.git
synced 2026-02-06 13:16:22 +01:00
Rename the migration (its 51 now)
This commit is contained in:
@@ -17,7 +17,7 @@ $up = function () use ($db) {
|
|||||||
|
|
||||||
// add myaac_account_email_codes table
|
// add myaac_account_email_codes table
|
||||||
if (!$db->hasTable(TABLE_PREFIX . 'account_email_codes')) {
|
if (!$db->hasTable(TABLE_PREFIX . 'account_email_codes')) {
|
||||||
$db->exec(file_get_contents(__DIR__ . '/46-account_email_codes.sql'));
|
$db->exec(file_get_contents(__DIR__ . '/51-account_email_codes.sql'));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user