vendor slugs routes instead of ids

This commit is contained in:
2026-01-27 16:56:57 -05:00
parent aa2f30c086
commit c6ff651f21
10 changed files with 247 additions and 120 deletions

View File

@@ -0,0 +1,8 @@
/*
Warnings:
- Made the column `slug` on table `Vendor` required. This step will fail if there are existing NULL values in that column.
*/
-- AlterTable
ALTER TABLE "Vendor" ALTER COLUMN "slug" SET NOT NULL;