-- 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;