New endpoints; New tests; Version 0.3.0
This commit is contained in:
parent
4bc3be87b4
commit
1f3a94cf38
27 changed files with 551 additions and 72 deletions
|
|
@ -22,11 +22,11 @@ model Community {
|
|||
}
|
||||
|
||||
model Channel {
|
||||
id String @id @unique @default(uuid())
|
||||
id String @id @unique @default(uuid())
|
||||
name String
|
||||
community Community? @relation(fields: [communityId], references: [id])
|
||||
communityId String?
|
||||
creationDate DateTime @default(now())
|
||||
community Community @relation(fields: [communityId], references: [id])
|
||||
communityId String
|
||||
creationDate DateTime @default(now())
|
||||
}
|
||||
|
||||
model Role {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue