fix(app): harden account and workflow state
This commit is contained in:
@@ -393,6 +393,11 @@ namespace JobTrackerApi.Migrations
|
||||
b.Property<bool>("ExternalAiProcessingAllowed")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<bool>("EmailFollowUpRemindersEnabled")
|
||||
.ValueGeneratedOnAdd()
|
||||
.HasColumnType("INTEGER")
|
||||
.HasDefaultValue(true);
|
||||
|
||||
b.Property<string>("FirstName")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user