Class AddChannelPasswordHash
- Namespace
- EchoHub.Server.Data.Migrations
- Assembly
- EchoHub.Server.dll
[DbContext(typeof(EchoHubDbContext))]
[Migration("20260715232856_AddChannelPasswordHash")]
public class AddChannelPasswordHash : Migration
- Inheritance
-
Migration
AddChannelPasswordHash
- Inherited Members
-
Constructors
AddChannelPasswordHash()
public AddChannelPasswordHash()
Methods
BuildTargetModel(ModelBuilder)
protected override void BuildTargetModel(ModelBuilder modelBuilder)
Parameters
modelBuilder ModelBuilder
Down(MigrationBuilder)
protected override void Down(MigrationBuilder migrationBuilder)
Parameters
migrationBuilder MigrationBuilder
Up(MigrationBuilder)
protected override void Up(MigrationBuilder migrationBuilder)
Parameters
migrationBuilder MigrationBuilder