cozemble / monorepo

A data and process canvas
https://cozemble.com
Apache License 2.0
13 stars 1 forks source link

Apply migrations to supabase hosted Postgres #29

Closed mike-hogan closed 1 year ago

mike-hogan commented 1 year ago

Given that a user has supplied their supabase Postgres credentials as secrets, re-work the existing migration code to migrate that database.

Is gql api tracking automatic in supabase? If so, then we're done. If on the other hand there is some api call to make to register tables in the api, then this work includes that task.

The acceptance criteria are:

Will need to cope with has- relationships (which exist at the time of writing) and references- relationships (which are in ticket #3 )