6 lines
79 B
SQL
6 lines
79 B
SQL
-- [SOURCES]
|
|
|
|
drop table if exists sources;
|
|
|
|
drop type if exists sources_type;
|