mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-16 17:45:28 +10:00
not sure why i made everything numbers in the model but it's fixed now
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Entity, PrimaryGeneratedColumn, Column } from "typeorm"
|
||||
|
||||
@Entity()
|
||||
@Entity({synchronize: true})
|
||||
export class Systems {
|
||||
|
||||
@PrimaryGeneratedColumn()
|
||||
|
||||
Reference in New Issue
Block a user