Ziinc / counters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development Process

  1. Make changes in local studio
  2. Diff changes to migration file
    supabase db diff -f <migration_name>
    
  3. push changes
    supabase db push
    
  4. (if there are changes on remote) Create a remote commit to diff additional changes between remote and local
    supabase db remote commit
    

About


Languages

Language:TypeScript 84.5%Language:JavaScript 5.9%Language:CSS 4.4%Language:PLpgSQL 4.1%Language:HTML 1.1%