Skip to content

Update README.md #501

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

Merged
merged 2 commits into from
Jun 12, 2025
Merged

Update README.md #501

merged 2 commits into from
Jun 12, 2025

Conversation

Mat4m0
Copy link
Contributor

@Mat4m0 Mat4m0 commented May 21, 2025

I added the SQL query for creating the table in supabase

Copy link

netlify bot commented May 21, 2025

👷 Deploy request for n3-supabase pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 8b0a42a

Copy link

vercel bot commented May 21, 2025

@Mat4m0 is attempting to deploy a commit to the NuxtLabs Team on Vercel.

A member of the Team first needs to authorize it.

@Mat4m0
Copy link
Contributor Author

Mat4m0 commented May 21, 2025

Ups the SQL query was wrong:

This one works now:

CREATE TABLE tasks (
  id SERIAL PRIMARY KEY,
  created_at TIMESTAMP WITH TIME ZONE DEFAULT NOW(),
  user UUID NOT NULL,
  title TEXT,
  completed BOOLEAN DEFAULT FALSE
);

Copy link
Collaborator

@larbish larbish left a comment

Choose a reason for hiding this comment

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

Thanks!

@larbish larbish merged commit b7c55ea into nuxt-modules:main Jun 12, 2025
1 of 2 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