feat: Implement a weekly schedule calendar on the homepage and extend branch management with hall count and phone fields.
This commit is contained in:
BIN
prisma/dev.db
BIN
prisma/dev.db
Binary file not shown.
@@ -19,6 +19,7 @@ model Branch {
|
||||
name String
|
||||
address String?
|
||||
phone String?
|
||||
hallCount Int? @default(1)
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
classes DanceClass[]
|
||||
|
||||
Reference in New Issue
Block a user