This commit is contained in:
@@ -281,3 +281,10 @@ model SiteSetting {
|
|||||||
footerText String? @default("© 2025 Afrohub. Tous droits réservés.")
|
footerText String? @default("© 2025 Afrohub. Tous droits réservés.")
|
||||||
updatedAt DateTime @updatedAt
|
updatedAt DateTime @updatedAt
|
||||||
}
|
}
|
||||||
|
model LegalDocument {
|
||||||
|
id String @id @default(uuid())
|
||||||
|
type String @unique // 'CGU' or 'CGV'
|
||||||
|
title String
|
||||||
|
content String @db.Text
|
||||||
|
updatedAt DateTime @updatedAt
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user