mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
This PR is linked [to the following issue](https://github.com/coder/internal/issues/334). The objective is to create the DB layer and migration for the new `Coder Inbox`.
4 lines
95 B
SQL
4 lines
95 B
SQL
DROP TABLE IF EXISTS inbox_notifications;
|
|
|
|
DROP TYPE IF EXISTS inbox_notification_read_status;
|