-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(campaigns): campaign deletion support with new UI
- Loading branch information
Showing
36 changed files
with
6,448 additions
and
715 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
ALTER TABLE "campaigns" ALTER COLUMN "description" DROP NOT NULL;--> statement-breakpoint | ||
ALTER TABLE "campaigns" ALTER COLUMN "categories" DROP NOT NULL;--> statement-breakpoint | ||
ALTER TABLE "campaigns" ALTER COLUMN "redirect_url" DROP NOT NULL; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ALTER TABLE "campaigns" ALTER COLUMN "media" SET DEFAULT '{}';--> statement-breakpoint | ||
ALTER TABLE "campaigns" ALTER COLUMN "links" SET DEFAULT '{}';--> statement-breakpoint | ||
ALTER TABLE "campaigns" ALTER COLUMN "emails" SET DEFAULT '{}';--> statement-breakpoint | ||
ALTER TABLE "campaigns" ALTER COLUMN "phones" SET DEFAULT '{}';--> statement-breakpoint | ||
ALTER TABLE "campaigns" ALTER COLUMN "categories" SET DEFAULT '{}'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ALTER TABLE "campaign_publications" RENAME COLUMN "tokens" TO "credits"; |
Oops, something went wrong.