5 lines
152 B
SQL
5 lines
152 B
SQL
drop table if exists dashboard ;
|
|
drop table if exists package ;
|
|
drop table if exists module ;
|
|
drop table if exists issue ;
|
|
drop table if exists comment; |