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;

File diff suppressed because it is too large Load Diff

View File

@@ -127,6 +127,13 @@
"when": 1719547174326,
"tag": "0017_minor_post",
"breakpoints": true
},
{
"idx": 18,
"version": "6",
"when": 1719928377858,
"tag": "0018_careful_killmonger",
"breakpoints": true
}
]
}