versioning of FK for archiving
This commit is contained in:
@@ -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={}",
|
||||
|
||||
Reference in New Issue
Block a user