Skip to content

Commit

Permalink
Add Notifications UI (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed May 15, 2023
1 parent 43931b3 commit a96af1d
Show file tree
Hide file tree
Showing 56 changed files with 2,004 additions and 618 deletions.
3 changes: 3 additions & 0 deletions apps/api/migrations/0006_chilly_scream.sql
@@ -0,0 +1,3 @@
ALTER TABLE "toasts" ADD COLUMN "id" bigserial NOT NULL;
CREATE UNIQUE INDEX IF NOT EXISTS "toast_unq" ON "toasts" ("tasting_id","created_by_id");
ALTER TABLE "toasts" DROP CONSTRAINT "toasts_tasting_id_created_by_id";

0 comments on commit a96af1d

Please sign in to comment.