chore: add drizzle migrations for github webhook secret

This commit is contained in:
Slowlydev
2024-07-02 17:32:21 +02:00
parent d8641b7b4e
commit cb6d8fceb4
3 changed files with 2640 additions and 0 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "admin" ADD COLUMN "githubWebhookSecret" text;