Files
stats/packages/db/prisma/migrations/20250518190347_add_timezone/migration.sql
Carl-Gerhard Lindesvärd 680727355b feature(dashboard,api): add timezone support
* feat(dashboard): add support for today, yesterday etc (timezones)

* fix(db): escape js dates

* fix(dashboard): ensure we support default timezone

* final fixes

* remove complete series and add sql with fill instead
2025-05-23 11:26:44 +02:00

3 lines
74 B
SQL

-- AlterTable
ALTER TABLE "organizations" ADD COLUMN "timezone" TEXT;