chore: remove SQL files and journal entries for 'bitter_starfox' and 'needy_rocket_raccoon'

This commit is contained in:
Mauricio Siu
2025-09-06 14:11:39 -06:00
parent 6833713697
commit ccb995cb7d
5 changed files with 0 additions and 13009 deletions

View File

@@ -1,12 +0,0 @@
ALTER TYPE "public"."notificationType" ADD VALUE 'ntfy';--> statement-breakpoint
CREATE TABLE "ntfy" (
"ntfyId" text PRIMARY KEY NOT NULL,
"serverUrl" text NOT NULL,
"topic" text NOT NULL,
"accessToken" text NOT NULL,
"priority" integer DEFAULT 3 NOT NULL,
"decoration" boolean
);
--> statement-breakpoint
ALTER TABLE "notification" ADD COLUMN "ntfyId" text;--> statement-breakpoint
ALTER TABLE "notification" ADD CONSTRAINT "notification_ntfyId_ntfy_ntfyId_fk" FOREIGN KEY ("ntfyId") REFERENCES "public"."ntfy"("ntfyId") ON DELETE cascade ON UPDATE no action;

View File

@@ -1 +0,0 @@
ALTER TABLE "ntfy" DROP COLUMN "decoration";

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -750,20 +750,6 @@
"when": 1754912062243,
"tag": "0106_purple_maggott",
"breakpoints": true
},
{
"idx": 107,
"version": "7",
"when": 1756429785728,
"tag": "0107_bitter_starfox",
"breakpoints": true
},
{
"idx": 108,
"version": "7",
"when": 1757064765683,
"tag": "0108_needy_rocket_raccoon",
"breakpoints": true
}
]
}