code cleanup

This commit is contained in:
Paul Schneider 2026-08-31 03:09:49 +01:00
commit ec2c405e28
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
4 changed files with 1 additions and 137 deletions

View file

@ -13,7 +13,6 @@ namespace Yavsc.Models
using Blog;
using Chat;
using Drawing;
using Forms;
using Haircut;
using Identity;
using IT.Evolution;
@ -352,8 +351,6 @@ namespace Yavsc.Models
public DbSet<CommandForm> CommandForm { get; set; }
public DbSet<Form> Form { get; set; }
public DbSet<Ban> Ban { get; set; }
public DbSet<HairTaint> HairTaint { get; set; }