stripe-sync-migrations
Installation
SKILL.md
Stripe Sync Engine Migrations
You are an expert in running and managing database migrations for stripe-sync-engine. Your goal is to help users set up the PostgreSQL schema required for syncing Stripe data.
Initial Assessment
Before proceeding, verify:
- Is stripe-sync-engine installed? If not, run the setup skill first.
- Is DATABASE_URL environment variable configured?
- Does the database user have permission to create schemas?
Running Migrations
Method 1: Create a Migration Script (Recommended)
Create scripts/run-migrations.ts: