Format sql
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
DROP TABLE IF EXISTS _PATTERN;
|
||||
drop table if exists _pattern;
|
||||
|
||||
DROP TABLE IF EXISTS _CURVE;
|
||||
drop table if exists _curve;
|
||||
|
||||
DROP TABLE IF EXISTS _LINK;
|
||||
drop table if exists _link;
|
||||
|
||||
DROP TABLE IF EXISTS _NODE;
|
||||
drop table if exists _node;
|
||||
|
||||
DROP TYPE IF EXISTS _LINK_TYPE;
|
||||
drop type if exists _link_type;
|
||||
|
||||
DROP TYPE IF EXISTS _NODE_TYPE;
|
||||
drop type if exists _node_type;
|
||||
|
||||
Reference in New Issue
Block a user