Skip to content
View gonasi's full-sized avatar

Block or report gonasi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gonasi/README.md

supabase gen types typescript --local > ../shared/database/src/schema/index.ts

supabase db reset

supabase migration up

supabase functions serve --no-verify-jwt

supabase db diff -f some-migration-name

supabase stop && rm -rf migrations && mkdir migrations && cp ../20240619123003_buckets.sql migrations/ cp ../20240619123002_extensions.sql migrations/ && supabase db diff --schema public --schema auth --schema extensions --schema storage -f init && supabase start && supabase db reset && supabase gen types typescript --local > ../shared/database/src/schema/index.ts

set -e supabase stop &&
rm -rf migrations &&
mkdir migrations &&
cp ../20240619123001_extensions.sql migrations/ &&
cp ../20240619123002_vault.sql migrations/ &&
cp ../20240619123003_buckets.sql migrations/ &&
cp ../20240619123004_queues_and_crons.sql migrations/ &&
supabase db diff --schema public --schema auth --schema extensions --schema storage --schema pgmq --schema realtime -f init &&
supabase start &&
supabase db reset &&
supabase gen types typescript --local > ../shared/database/src/schema/index.ts

supabase db diff --schema public --schema auth --schema extensions --schema storage --schema pgmq --schema realtime -f some_name

supabase test db

Popular repositories Loading

  1. gonasi gonasi Public

    TypeScript 1

  2. gonasi-supabase-old gonasi-supabase-old Public

    PLpgSQL

  3. landing-pages landing-pages Public

    TypeScript

  4. lp lp Public

    CSS

  5. poll poll Public

    JavaScript

  6. smc-poll smc-poll Public

    TypeScript