Skip to content
Snippets Groups Projects
Commit f0673d83 authored by rob's avatar rob
Browse files

Migrate db to add fields to post

parent ee44270b
No related branches found
No related tags found
7 merge requests!65Master,!50Change navigation buttons to reflect user feedback,!47fix profuction sort button flickering issue,!43Recruiter: Add staring and evidence ;Student: add Dashboard Timeline; Add univseral navbar,!36Create pages from mockups and link with Prisma Merge,!33Recruiter dashboard,!32Recruiter dashboard
-- AlterTable
ALTER TABLE "Post" ADD COLUMN "status" TEXT NOT NULL DEFAULT 'Draft',
ADD COLUMN "totalPlaces" INTEGER NOT NULL DEFAULT 0;
-- AlterTable
ALTER TABLE "Post" ALTER COLUMN "status" DROP DEFAULT,
ALTER COLUMN "totalPlaces" DROP DEFAULT;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment