From 5f604b3052dab1d51dc130df2470bf330b283ec6 Mon Sep 17 00:00:00 2001 From: ivar Date: Tue, 19 Mar 2024 01:02:22 +0100 Subject: Max lenghts on db schema Use latest temporal from cdn Implement majority of translation functionality Major refinements/bugs --- code/api/Migrations/20221222153132_FolderParent.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'code/api/Migrations/20221222153132_FolderParent.cs') diff --git a/code/api/Migrations/20221222153132_FolderParent.cs b/code/api/Migrations/20221222153132_FolderParent.cs index c88bd81..baa85d7 100644 --- a/code/api/Migrations/20221222153132_FolderParent.cs +++ b/code/api/Migrations/20221222153132_FolderParent.cs @@ -1,9 +1,8 @@ -using System; -using Microsoft.EntityFrameworkCore.Migrations; - #nullable disable -namespace I2R.Storage.Api.Migrations +using Microsoft.EntityFrameworkCore.Migrations; + +namespace Quality.Storage.Api.Migrations { /// public partial class FolderParent : Migration -- cgit v1.3