Files
ark/server/internal/infrastructure/db/sqlite/migration/20240703120550_init.down.sql
Pietralberto Mazza 7f937e8418 Vars and fields renaming (#387)
* Rename asp > server

* Rename pool > round

* Consolidate naming for pubkey/prvkey vars and types

* Fix

* Fix

* Fix wasm

* Rename congestionTree > vtxoTree

* Fix wasm

* Rename payment > request

* Rename congestionTree > vtxoTree after syncing with master

* Fix Send API in SDK

* Fix wasm

* Fix wasm

* Fixes

* Fixes after review

* Fix

* Fix naming

* Fix

* Fix e2e tests
2024-11-26 15:57:16 +01:00

15 lines
240 B
SQL

DROP TABLE IF EXISTS round;
DROP TABLE IF EXISTS tx_request;
DROP TABLE IF EXISTS receiver;
DROP TABLE IF EXISTS tx;
DROP TABLE IF EXISTS vtxo;
DROP TABLE IF EXISTS entity_vtxo;
DROP TABLE IF EXISTS entity;
DROP TABLE IF EXISTS note;