versioning of FK for archiving

This commit is contained in:
Priec
2026-08-11 21:07:21 +02:00
parent 077d69d756
commit dcc07ee708
13 changed files with 529 additions and 11 deletions

View File

@@ -98,7 +98,8 @@ pub(crate) async fn create_table(
};
let mut definitions = state.definitions;
match definitions.post_table_definition(request).await {
let result = definitions.post_table_definition(request).await;
match result {
Ok(response) if response.get_ref().success => {
let location = format!(
"/admin/table-definition?profile={profile_name}&table={}",