mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-18 12:44:19 +01:00
10 lines
145 B
SQL
10 lines
145 B
SQL
DROP TABLE IF EXISTS round;
|
|
|
|
DROP TABLE IF EXISTS payment;
|
|
|
|
DROP TABLE IF EXISTS receiver;
|
|
|
|
DROP TABLE IF EXISTS tx;
|
|
|
|
DROP TABLE IF EXISTS vtxo;
|