849 B
849 B
Database Migrations
This directory contains SQL migration files for the Supabase database.
How to apply these migrations
Option 1: Using the Supabase CLI
- Install the Supabase CLI: https://supabase.com/docs/guides/cli
- Log in to your Supabase account
- Run the migration:
supabase db execute --file ./lib/migrations/add_reply_columns.sql -p your-project-db-password
Option 2: Using the Supabase Dashboard
- Log in to the Supabase Dashboard
- Go to your project
- Navigate to the SQL Editor
- Open the migration file
- Copy and paste the SQL into the editor
- Run the query
Migration Files
add_reply_columns.sql
: Adds reply functionality to the community chat feature
Migration Status
Migration File | Applied | Date |
---|---|---|
add_reply_columns.sql | ❌ | - |