feat: add network leg position assignment for new users

This commit is contained in:
masoodafar-web
2025-12-22 22:39:15 +03:30
parent 9d51e70a7f
commit 5bcf6c9840
3 changed files with 3692 additions and 1 deletions
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,22 @@
using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace CMSMicroservice.Infrastructure.Persistence.Migrations
{
/// <inheritdoc />
public partial class u18 : Migration
{
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
}
/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{
}
}
}