Created
January 25, 2025 06:35
-
-
Save ZenGround0/ea94a34d92da7deb12154a0dac5f1a7c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Clear tables in correct order (respecting foreign key constraints) | |
TRUNCATE TABLE curio.pdp_proof_sets CASCADE; | |
TRUNCATE TABLE curio.pdp_piecerefs CASCADE; | |
TRUNCATE TABLE curio.pdp_proofset_root_adds CASCADE; | |
TRUNCATE TABLE curio.pdp_proofset_roots CASCADE; | |
TRUNCATE TABLE curio.pdp_prove_tasks CASCADE; | |
TRUNCATE TABLE curio.pdp_proofset_creates CASCADE; | |
TRUNCATE TABLE curio.pdp_piece_uploads CASCADE; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment