adjusting migrations to match current schema

This commit is contained in:
Aster Fialla
2026-03-01 18:48:46 -05:00
parent efd68f1a88
commit ef89a83f6a
3 changed files with 18 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import { Entity, PrimaryGeneratedColumn, Column } from "typeorm"
@Entity({name: "Member", synchronize: true})
@Entity({name: "Members", synchronize: true})
export class Member {
@PrimaryGeneratedColumn()