From 59055b8056bd92ea56e97e86d9ec255daf0d3129 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Fri, 9 Dec 2022 13:19:29 +0900 Subject: feat: Add tenant slug to migrations --- code/api/src/Migrations/AppDbContextModelSnapshot.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'code/api/src/Migrations/AppDbContextModelSnapshot.cs') 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("Slug") + .HasColumnType("text") + .HasColumnName("slug"); + b.Property("TenantId") .HasColumnType("uuid") .HasColumnName("tenant_id"); -- cgit v1.3