rename to job_id

This commit is contained in:
Francis Cao 2023-06-26 10:32:23 -07:00
parent a5582416b3
commit c901358222
2 changed files with 4 additions and 4 deletions

View file

@ -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";