mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-26 01:40:31 +01:00
Implement maintenance
This commit is contained in:
@@ -15,6 +15,7 @@ model Maintenance {
|
||||
beginAt DateTime @default(now())
|
||||
endAt DateTime @default(now())
|
||||
createdAt DateTime @default(now())
|
||||
enabled Boolean @default(true)
|
||||
}
|
||||
|
||||
model Announcement {
|
||||
|
||||
Reference in New Issue
Block a user