Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaDaimond authored Sep 6, 2024
2 parents 8190c6e + 85ec366 commit 1df59ab
Show file tree
Hide file tree
Showing 1,093 changed files with 2,864 additions and 14,822 deletions.
1,384 changes: 0 additions & 1,384 deletions Content.Server.Database/Migrations/Postgres/20221128142328_Sponsors.Designer.cs

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#if LPP_Sponsors
#if LPP_Sponsors
using System;
using Microsoft.EntityFrameworkCore.Migrations;

#nullable disable

namespace Content.Server.Database.Migrations.Postgres // _LostParadise-Sponsors
namespace Content.Server.Database.Migrations.Postgres
{
/// <inheritdoc />
public partial class Sponsors : Migration
{
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.CreateTable(
Expand Down Expand Up @@ -35,10 +37,9 @@ protected override void Up(MigrationBuilder migrationBuilder)
unique: true);
}

/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropTable(
name: "sponsors");

}
}
Expand Down
Loading

0 comments on commit 1df59ab

Please sign in to comment.