[offers][chore] Add location to experience in the back end

This commit is contained in:
BryannYeap
2022-10-20 20:02:19 +08:00
parent 111b078147
commit 0311ee3e6a
7 changed files with 39 additions and 33 deletions

View File

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "OffersExperience" ADD COLUMN "location" TEXT;