Fixes (#73)
* - fix: Genitals sprite shit and meow for tajaran * - add: fart sound if kicked from server * - tweak: vulpies and tajaran now for donaters!!! * - fix: Fart on exit * - add: roleplay think * - fix: database shit and loc * - add: ears for slime * - fix: LOC interaction fix * - add: height setting * - fix: height for felinids * - fix: nigga fix * - fix: no bitches on captain * - fix: interaction panel animation shit
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Content.Server.Database.Migrations.Postgres
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public partial class RPMigrationEblya : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.DropIndex(
|
||||
name: "IX_roleplay_info_profile_id_name",
|
||||
table: "roleplay_info");
|
||||
|
||||
migrationBuilder.CreateIndex(
|
||||
name: "IX_roleplay_info_profile_id_name",
|
||||
table: "roleplay_info",
|
||||
columns: new[] { "profile_id", "name" },
|
||||
unique: true);
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.DropIndex(
|
||||
name: "IX_roleplay_info_profile_id_name",
|
||||
table: "roleplay_info");
|
||||
|
||||
migrationBuilder.CreateIndex(
|
||||
name: "IX_roleplay_info_profile_id_name",
|
||||
table: "roleplay_info",
|
||||
columns: new[] { "profile_id", "name" });
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user