multi tenancy stuff
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the `TwilioCredentials` table. If the table is not empty, all the data it contains will be lost.
|
||||
|
||||
*/
|
||||
-- DropForeignKey
|
||||
ALTER TABLE "TwilioCredentials" DROP CONSTRAINT "TwilioCredentials_organizationId_fkey";
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "Organization" ADD COLUMN "twilioAccountSid" TEXT,
|
||||
ADD COLUMN "twilioAuthToken" TEXT,
|
||||
ADD COLUMN "twimlAppSid" TEXT;
|
||||
|
||||
-- DropTable
|
||||
DROP TABLE "TwilioCredentials";
|
Reference in New Issue
Block a user