* TP-0000 | SlackBot Changes * TP-000 | Confluene Page column * TP-0000 | comments * TP-0000 | properties fix * TP-0000 | func refactor * TP-0000 | minor changes Co-authored-by: ravi chandora <ravi.chandora@navi.com>
25 lines
300 B
SQL
25 lines
300 B
SQL
drop table incident;
|
|
|
|
drop table team;
|
|
|
|
drop table team_tag;
|
|
|
|
drop table houston_user;
|
|
|
|
drop table severity;
|
|
|
|
drop table tag;
|
|
|
|
drop table tag_value;
|
|
|
|
drop table incident_status;
|
|
|
|
drop table role;
|
|
|
|
drop table incident_role;
|
|
|
|
drop table incident_channel;
|
|
|
|
drop table incident_tag;
|
|
|
|
drop table shedlock; |