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

3 lines
87 B
SQL

-- AlterTable
ALTER TABLE "reports" ADD COLUMN "range" TEXT NOT NULL DEFAULT '1m';