|
| 1 | +SET NAMES utf8mb4 COLLATE utf8mb4_bin; |
| 2 | + |
| 3 | +CALL assertPatchLevel('160'); |
| 4 | + |
| 5 | +INSERT INTO emailTypes (emailType) VALUES |
| 6 | +('cadReminderFirst'), |
| 7 | +('cadReminderSecond'), |
| 8 | +('fraudulentAccountDeletion'), |
| 9 | +('inactiveAccountFinalWarning'), |
| 10 | +('inactiveAccountFirstWarning'), |
| 11 | +('inactiveAccountSecondWarning'), |
| 12 | +('passwordForgotOtp'), |
| 13 | +('passwordResetWithRecoveryKeyPrompt'), |
| 14 | +('postAddLinkedAccount'), |
| 15 | +('postAddRecoveryPhone'), |
| 16 | +('postChangeAccountRecovery'), |
| 17 | +('postChangeRecoveryPhone'), |
| 18 | +('postRemoveRecoveryPhone'), |
| 19 | +('postSigninRecoveryCode'), |
| 20 | +('postSigninRecoveryPhone'), |
| 21 | +('subscriptionAccountReminderFirst'), |
| 22 | +('subscriptionAccountReminderSecond'), |
| 23 | +('verificationReminderFinal'), |
| 24 | +('verificationReminderFirst'), |
| 25 | +('verificationReminderSecond'); |
| 26 | + |
| 27 | +UPDATE dbMetadata SET value = '161' WHERE name = 'schema-patch-level'; |
0 commit comments