diff options
Diffstat (limited to 'code/api/Migrations/20221222153132_FolderParent.cs')
| -rw-r--r-- | code/api/Migrations/20221222153132_FolderParent.cs | 7 |
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 |
