10 lines
196 B
SQL
10 lines
196 B
SQL
drop table if exists transaction_operation;
|
|
|
|
drop table if exists snapshot_operation;
|
|
|
|
drop table if exists current_operation;
|
|
|
|
drop table if exists operation;
|
|
|
|
drop type if exists api_operation;
|