diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-18 21:54:20 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-18 22:14:12 +1100 |
commit | 32e9d1828cf9ce55b5179fe9338b82154b5bfeba (patch) | |
tree | 3670e773630724aa48ed4fe2d4c4604454e07071 /src/util/entities/Config.ts | |
parent | Refactored testclient (diff) | |
download | server-32e9d1828cf9ce55b5179fe9338b82154b5bfeba.tar.xz |
Move to migrations. Use `npm run generate:db` for first database generation.
Diffstat (limited to 'src/util/entities/Config.ts')
-rw-r--r-- | src/util/entities/Config.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/entities/Config.ts b/src/util/entities/Config.ts index ff42b412..646737a0 100644 --- a/src/util/entities/Config.ts +++ b/src/util/entities/Config.ts @@ -2,9 +2,7 @@ import { Column, Entity } from "typeorm"; import { BaseClassWithoutId, PrimaryIdColumn } from "./BaseClass"; import crypto from "crypto"; import { Snowflake } from "../util/Snowflake"; -import { SessionsReplace } from ".."; import { hostname } from "os"; -import { Rights } from "../util/Rights"; @Entity("config") export class ConfigEntity extends BaseClassWithoutId { |