umami/prisma/migrations/17_remove_duplicate_key/migration.sql
Francis Cao d70152be38
Some checks are pending
Node.js CI / build (push) Waiting to run
fix share data migration to '{"overview":true}'
2026-01-22 19:52:55 -08:00

29 lines
489 B
SQL

-- DropIndex
DROP INDEX "link_link_id_key";
-- DropIndex
DROP INDEX "pixel_pixel_id_key";
-- DropIndex
DROP INDEX "report_report_id_key";
-- DropIndex
DROP INDEX "revenue_revenue_id_key";
-- DropIndex
DROP INDEX "segment_segment_id_key";
-- DropIndex
DROP INDEX "session_session_id_key";
-- DropIndex
DROP INDEX "team_team_id_key";
-- DropIndex
DROP INDEX "team_user_team_user_id_key";
-- DropIndex
DROP INDEX "user_user_id_key";
-- DropIndex
DROP INDEX "website_website_id_key";