aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/Migrations/20221222153132_FolderParent.cs
diff options
context:
space:
mode:
authorivar <i@oiee.no>2024-03-19 01:02:22 +0100
committerivar <i@oiee.no>2024-03-19 01:02:22 +0100
commit5f604b3052dab1d51dc130df2470bf330b283ec6 (patch)
treeae00e1fe4542850467555b4e3af41964ba8d878b /code/api/Migrations/20221222153132_FolderParent.cs
parent63cf177e8cf22e349534664d59a6926f8b36863d (diff)
downloadstorage-5f604b3052dab1d51dc130df2470bf330b283ec6.tar.xz
storage-5f604b3052dab1d51dc130df2470bf330b283ec6.zip
Max lenghts on db schema
Use latest temporal from cdn Implement majority of translation functionality Major refinements/bugs
Diffstat (limited to 'code/api/Migrations/20221222153132_FolderParent.cs')
-rw-r--r--code/api/Migrations/20221222153132_FolderParent.cs7
1 files changed, 3 insertions, 4 deletions
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
{
/// <inheritdoc />
public partial class FolderParent : Migration