mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
11 lines
350 B
SQL
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; |