Files
stats/apps/web/prisma/migrations/20240107203928_range_remove/migration.sql
Carl-Gerhard Lindesvärd 39827226d8 web: histogram
2024-01-07 21:56:30 +01:00

9 lines
187 B
SQL

/*
Warnings:
- You are about to drop the column `range` on the `reports` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "reports" DROP COLUMN "range";