5 lines
179 B
SQL
5 lines
179 B
SQL
DROP INDEX IF EXISTS idx_erasure_log_tenant;
|
|
DROP TABLE IF EXISTS gdpr_erasure_log;
|
|
DROP INDEX IF EXISTS idx_processing_registry_tenant;
|
|
DROP TABLE IF EXISTS processing_registry;
|