fix(app): harden account and workflow state

This commit is contained in:
cesnimda
2026-08-24 20:21:09 +02:00
parent e7cacad7d6
commit dca5daa1a2
32 changed files with 811 additions and 86 deletions
@@ -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");