Skip to main content

namespace_delete_sql

Function namespace_delete_sql 

Source
pub fn namespace_delete_sql(schema: &str, table: &str) -> String
Expand description

SQL for the namespace format on object removal. Deletes the row keyed on the object key so the namespace table stays consistent with the object lifecycle instead of retaining stale state after a delete.