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

fix: Update Supabase schema.sql #1660

Merged
merged 3 commits into from
Jan 2, 2025
Merged

fix: Update Supabase schema.sql #1660

merged 3 commits into from
Jan 2, 2025

Conversation

0xRider
Copy link
Contributor

@0xRider 0xRider commented Jan 1, 2025

There is an extra semicolon that causes a syntax error when trying to upload the schema to Supabase.

(ie. by using the SQL editor in the GUI, it fails due to this syntax error)

Risks

Low.

What does this PR do?

Fixes Supabase schema.

What kind of change is this?

Bug fixes (non-breaking change which fixes an issue)

Why are we doing this? Any context or related work?

So people can setup their Supabase db in the cloud.

Documentation changes needed?

My changes do not require a change to the project documentation.

Testing

Visit the Supabase SQL editor and copy paste the schema.

before

Screen Shot 2025-01-01 at 3 02 10 PM

after

Screen Shot 2025-01-01 at 3 01 59 PM

Detailed testing steps

None, automated tests are fine.

Discord username

@0x_rider

There is an extra semicolon that causes a syntax error when trying to upload the schema to supabase.
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Hi @0xRider! Welcome to the ai16z community. Thanks for submitting your first pull request; your efforts are helping us accelerate towards AGI. We'll review it shortly. You are now a ai16z contributor!

@0xRider 0xRider changed the title Update schema.sql fix: Update Supabase schema.sql Jan 1, 2025
Copy link
Collaborator

@monilpat monilpat left a comment

Choose a reason for hiding this comment

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

LGTM

@monilpat monilpat merged commit 07191f6 into elizaOS:develop Jan 2, 2025
3 checks passed
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