Format sql
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
DROP TABLE IF EXISTS TRANSACTION_OPERATION;
|
||||
drop table if exists transaction_operation;
|
||||
|
||||
DROP TABLE IF EXISTS SNAPSHOT_OPERATION;
|
||||
drop table if exists snapshot_operation;
|
||||
|
||||
DROP TABLE IF EXISTS CURRENT_OPERATION;
|
||||
drop table if exists current_operation;
|
||||
|
||||
DROP TABLE IF EXISTS OPERATION;
|
||||
drop table if exists operation;
|
||||
|
||||
DROP TYPE IF EXISTS API_OPERATION;
|
||||
drop type if exists api_operation;
|
||||
|
||||
Reference in New Issue
Block a user