mirror of
https://github.com/thedrewen/protojx-manager.git
synced 2026-03-21 09:48:56 +01:00
feat: refactor command imports, enhance status service with logging and notification features, and update entity definitions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Column, Entity, PrimaryGeneratedColumn } from "typeorm";
|
||||
|
||||
@Entity()
|
||||
@Entity({name: 'follows'})
|
||||
export class Follow {
|
||||
@PrimaryGeneratedColumn()
|
||||
id: number;
|
||||
|
||||
Reference in New Issue
Block a user