Files
self/sdk/backend-api/scripts/clean_db.sql
2025-02-15 16:49:18 +05:30

11 lines
350 B
SQL

-- Drop DSC key commitment events table
DROP TABLE IF EXISTS dsc_key_commitment_events;
-- Drop identity commitment events table
DROP TABLE IF EXISTS identity_commitment_events;
-- Drop DSC key commitment tree table
DROP TABLE IF EXISTS dsc_key_commitment_tree;
-- Drop identity commitment tree table
DROP TABLE IF EXISTS identity_commitment_tree;