Files
houston-be/db/migration/000001_init_schema.down.sql
Abhijeet Gupta 96ce2fff26 TP-0000 | SlackBot Changes (#16)
* 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>
2023-04-15 19:24:02 +05:30

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;