Fix edge function and add to deployment script
- Update create-google-meet-event with improved JWT handling - Fix jose library import and token signing - Add better error logging - Include create-google-meet-event in deployment script 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
6
add-google-service-account-column.sql
Normal file
6
add-google-service-account-column.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Add google_service_account_json column to platform_settings
|
||||
ALTER TABLE platform_settings
|
||||
ADD COLUMN IF NOT EXISTS google_service_account_json TEXT;
|
||||
|
||||
-- Add comment for documentation
|
||||
COMMENT ON COLUMN platform_settings.google_service_account_json IS 'Google Service Account JSON for Calendar API integration (use service account to avoid OAuth)';
|
||||
Reference in New Issue
Block a user