mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-16 17:45:28 +10:00
adjusting migrations to match current schema
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Entity, PrimaryGeneratedColumn, Column } from "typeorm"
|
||||
|
||||
@Entity({name: "Member", synchronize: true})
|
||||
@Entity({name: "Members", synchronize: true})
|
||||
export class Member {
|
||||
|
||||
@PrimaryGeneratedColumn()
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { Entity, PrimaryGeneratedColumn, Column } from "typeorm"
|
||||
|
||||
@Entity({name: "System", synchronize: true})
|
||||
@Entity({name: "Systems", synchronize: true})
|
||||
export class System {
|
||||
|
||||
@PrimaryGeneratedColumn()
|
||||
|
||||
Reference in New Issue
Block a user