Skip to content

Commit

Permalink
feat(hasura): add unique slug
Browse files Browse the repository at this point in the history
  • Loading branch information
harisato committed Oct 3, 2023
1 parent 8bfc43e commit 38a5f2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table "public"."manga" drop constraint "manga_slug_key";
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table "public"."manga" add constraint "manga_slug_key" unique ("slug");

0 comments on commit 38a5f2c

Please sign in to comment.