mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 09:35:36 +01:00
rename to job_id
This commit is contained in:
parent
a5582416b3
commit
c901358222
2 changed files with 4 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
ALTER TABLE "website_event" ADD COLUMN "upload_id" UUID AFTER "created_at";
|
||||
ALTER TABLE "event_data" ADD COLUMN "upload_id" UUID AFTER "created_at";
|
||||
ALTER TABLE "website_event" ADD COLUMN "job_id" UUID AFTER "created_at";
|
||||
ALTER TABLE "event_data" ADD COLUMN "job_id" UUID AFTER "created_at";
|
||||
Loading…
Add table
Add a link
Reference in a new issue