Go Agent barebone notification tests

This commit is contained in:
headlesdev
2025-05-25 15:42:08 +02:00
parent 1b4a716c3d
commit 67909493a2
12 changed files with 296 additions and 31 deletions

View File

@@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "notification_tests" ADD COLUMN "sent" BOOLEAN NOT NULL DEFAULT false,
ALTER COLUMN "success" DROP NOT NULL;