aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/src/Migrations/AppDbContextModelSnapshot.cs
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-12-09 05:19:29 +0100
committerivarlovlie <git@ivarlovlie.no>2022-12-09 05:19:29 +0100
commit59055b8056bd92ea56e97e86d9ec255daf0d3129 (patch)
tree55fce22717d20feea672df01cadccc605bb4745c /code/api/src/Migrations/AppDbContextModelSnapshot.cs
parent036f11cdc0f99fd86f576f5335dae844391a0283 (diff)
downloadgreatoffice-59055b8056bd92ea56e97e86d9ec255daf0d3129.tar.xz
greatoffice-59055b8056bd92ea56e97e86d9ec255daf0d3129.zip
feat: Add tenant slug to migrations
Diffstat (limited to 'code/api/src/Migrations/AppDbContextModelSnapshot.cs')
-rw-r--r--code/api/src/Migrations/AppDbContextModelSnapshot.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/code/api/src/Migrations/AppDbContextModelSnapshot.cs b/code/api/src/Migrations/AppDbContextModelSnapshot.cs
index a266339..0c6ace3 100644
--- a/code/api/src/Migrations/AppDbContextModelSnapshot.cs
+++ b/code/api/src/Migrations/AppDbContextModelSnapshot.cs
@@ -724,6 +724,10 @@ namespace IOL.GreatOffice.Api.Migrations
.HasColumnType("uuid")
.HasColumnName("owning_tenant_id");
+ b.Property<string>("Slug")
+ .HasColumnType("text")
+ .HasColumnName("slug");
+
b.Property<Guid?>("TenantId")
.HasColumnType("uuid")
.HasColumnName("tenant_id");