Files
pichunt/prisma/migrations/20250809121824_remove_unique_urls_on_file/migration.sql
T
2025-08-09 14:58:38 +02:00

6 lines
100 B
SQL

-- DropIndex
DROP INDEX "public"."File_url_key";
-- DropIndex
DROP INDEX "public"."File_uuid_key";