5 lines
152 B
MySQL
5 lines
152 B
MySQL
|
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;
|