| 12345678910111213141516171819 |
- using Microsoft.EntityFrameworkCore.Migrations;
- #nullable disable
- namespace Content.Server.Database.Migrations.Postgres
- {
- public partial class UnifyMore : Migration
- {
- protected override void Up(MigrationBuilder migrationBuilder)
- {
- }
- protected override void Down(MigrationBuilder migrationBuilder)
- {
- }
- }
- }
|