feat(cv): rebuild professional resume studio
This commit is contained in:
@@ -36,6 +36,10 @@ public sealed class MigrationChainTests
|
||||
'LastReminderEmailSentAt', 'RecruiterMessageDraft', 'SalaryMin', 'SalaryMax',
|
||||
'SalaryCurrency', 'SalaryPeriod');
|
||||
"""));
|
||||
Assert.Equal(1, await ScalarAsync<long>(connection, """
|
||||
SELECT COUNT(*) FROM pragma_table_info('AspNetUsers')
|
||||
WHERE name = 'EmailFollowUpRemindersEnabled' AND dflt_value IN ('1', 'true');
|
||||
"""));
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user