chore: import upstream snapshot with attribution
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
-- CreateEnum
|
||||
CREATE TYPE "APIAuthenticationMethod" AS ENUM ('OAUTH', 'API_KEY');
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "APIConnection" ADD COLUMN "authenticationMethod" "APIAuthenticationMethod" NOT NULL DEFAULT 'OAUTH';
|
||||
Reference in New Issue
Block a user