mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 19:45:35 +01:00
sync upstream
This commit is contained in:
commit
1821911b71
129 changed files with 17312 additions and 3831 deletions
5
db/postgresql/migrations/07_add_tag/migration.sql
Normal file
5
db/postgresql/migrations/07_add_tag/migration.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "website_event" ADD COLUMN "tag" VARCHAR(50);
|
||||
|
||||
-- CreateIndex
|
||||
CREATE INDEX "website_event_website_id_created_at_tag_idx" ON "website_event"("website_id", "created_at", "tag");
|
||||
Loading…
Add table
Add a link
Reference in a new issue