Skip to content

Commit 5e69fe1

Browse files
Merge pull request #64 from curehht/feature/document-use-slug
2 parents 5f7cff5 + 914d982 commit 5e69fe1

45 files changed

Lines changed: 2426 additions & 242 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

drizzle/0006_adorable_maddog.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE "documents" ADD COLUMN "slug" text DEFAULT gen_random_uuid() NOT NULL;--> statement-breakpoint
2+
ALTER TABLE "documents" ADD CONSTRAINT "documents_slug_unique" UNIQUE("slug");

drizzle/0007_closed_zuras.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE "documents" ADD COLUMN "type" text;

0 commit comments

Comments
 (0)