Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hawken/supabase #2

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Draft

hawken/supabase #2

wants to merge 14 commits into from

Conversation

hawkrives
Copy link
Member

@hawkrives hawkrives commented May 20, 2024

  • add initial content and workflows
  • add formatting check for migrations
  • fix supabase project id
  • add seed data and initial migrations
  • remove formatting check for migrations
  • fill out README for local supabase testing
  • begin writing scripts to import data
  • get prod supabase instance back in sync
  • think about Carleton vs stolaf data
  • set up supabase environments

@hawkrives
Copy link
Member Author

@drewvolz the initial pass of the database schema! I've been trying to get https://supabase.com/docs/guides/cli/local-development set up properly, but right now the actual database and this schema are slightly out of sync.


[auth.sms]
# Allow/disallow new user signups via SMS to your project.
enable_signup = true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure. That file is what supabase init generated… I haven't touched it yet. Good eye!


[auth.email]
# Allow/disallow new user signups via email to your project.
enable_signup = true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose this one too

# Requires enable_refresh_token_rotation = true.
refresh_token_reuse_interval = 10
# Allow/disallow new user signups to your project.
enable_signup = true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... and this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants