Skip to content

hawken/supabase - #2

Draft
hawkrives wants to merge 14 commits into
mainfrom
hawken/supabase
Draft

hawkrives wants to merge 14 commits into
mainfrom
hawken/supabase

Conversation

@hawkrives

@hawkrives hawkrives commented May 20, 2024

Copy link
Copy Markdown
Member
  • 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
Copy Markdown
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.

Comment thread supabase/config.toml

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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

?

Copy link
Copy Markdown
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!

Comment thread supabase/config.toml

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

Copy link
Copy Markdown
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

Comment thread supabase/config.toml
# Requires enable_refresh_token_rotation = true.
refresh_token_reuse_interval = 10
# Allow/disallow new user signups to your project.
enable_signup = true

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

... and this

Comment thread supabase/migrations/20240520215622_create_dictionary.sql
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