Commit Graph
7 Commits
Author SHA1 Message Date
Aitor AlonsoandGitHub 3070189537 fix: fixes 4186
Some database providers, like supabase, provides two URLs to access the database. A main URL behind pgBouncer's for load balancing, and a direct separated URL to perform migrations (running DDL operations), as does not support
advisory locks or multi-statement DDL required by migrations.

Before v3.1.0, adding `directUrl` along with `url` to `prisma/schema.prisma` was enought. Now, I'm making a commit to use direct url when set
2026-04-20 21:58:54 +02:00
Aitor AlonsoandGitHub 5b3996dc19 Merge branch 'dev' into feat/better-event-data-dashboard 2023-07-14 17:39:32 +02:00
Aitor Alonso 118e1a5b70 fix: query when seeing detail of field 2023-07-14 17:37:14 +02:00
Aitor Alonso 8e5da12653 chore: adds es-Es language and updates existing ones 2023-07-14 17:13:20 +02:00
Aitor Alonso 145a490c5d feat: event data dashboard now shows associated event 2023-07-14 16:58:15 +02:00
Aitor Alonso 92fc4e87c7 feat: API for event data now can return associated event name 2023-07-14 16:57:38 +02:00
Aitor Alonso 2b5429aa1f fix: show year instead of epoch 2023-05-16 21:02:56 +02:00