mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
29 lines
489 B
SQL
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";
|