add s3 baseline / Prepare content schema for s3

This commit is contained in:
2025-02-09 19:28:30 +01:00
parent 634f05bc27
commit 8bbadf36a8
6 changed files with 535 additions and 10 deletions

View File

@ -88,13 +88,13 @@ model priorities {
}
model content {
id Int @id @unique @default(autoincrement())
type contentType
//id Int @id @unique @default(autoincrement())
s3_key String @id @unique
name String @unique
filename String @unique
type contentType
actionplan actionPlan[]
@@fulltext([name, filename])
@@fulltext([name])
}
// https://spacecdn.de/file/bma_stoe_v1.mp3