Skip to content
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.

Commit

Permalink
fix(api): Migrations (#606)
Browse files Browse the repository at this point in the history
* Resolves an issue with API migrations being in two places
* Move all API migrations into `packages/api/supabase/migrations`
* Move API Supabase config into `src/leapfrogai_api/supabase`
* Add symbolic link between `packages/api/supabase/migrations` and  `src/leapfrogai_api/supabase/migrations`
* Update API readme to reflect this change
  • Loading branch information
gphorvath authored Jun 11, 2024
1 parent 71fc2cd commit e91e525
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/leapfrogai_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A mostly OpenAI compliant API surface.
```bash
brew install supabase/tap/supabases
supabase start # from /leapfrogai
supabase start # from this directory
supabase stop --project-id leapfrogai # stop api containers
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/leapfrogai_api/supabase/migrations
File renamed without changes.

0 comments on commit e91e525

Please sign in to comment.