mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-08-06 17:40:59 +00:00
feat(media): retention policies
This commit is contained in:
parent
594fe5f98f
commit
c3fb1b0456
11 changed files with 698 additions and 61 deletions
|
@ -49,7 +49,7 @@ static SUB_TABLES: [&str; 3] = ["well_known", "tls", "media"]; // Not doing `pro
|
|||
|
||||
// Yeah, I know it's terrible, but since it seems the container users dont want syntax like A[B][C]="...",
|
||||
// this is what we have to deal with. Also see: https://github.com/SergioBenitez/Figment/issues/12#issuecomment-801449465
|
||||
static SUB_SUB_TABLES: [&str; 1] = ["directory_structure"];
|
||||
static SUB_SUB_TABLES: [&str; 2] = ["directory_structure", "retention"];
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue