mirror of
https://github.com/selfxyz/self.git
synced 2026-02-21 03:00:36 -05: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; |