6 lines
85 B
SQL
6 lines
85 B
SQL
-- [sources]
|
|
|
|
drop table if exists tj.sources;
|
|
|
|
drop type if exists tj.sources_type;
|