Skip to content

Commit

Permalink
Fixed Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bbadajos committed Oct 25, 2023
1 parent b3b2e63 commit e8a7978
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/createtabletest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
#- run: supabase link --project-ref $PROJECT_ID
#- run: supabase db push

- name: Create table
run: |
supabase create table table_test --schema public --columns "firstcolumn:text,secondcolumn:bigint"
- name: Create table
run: |
supabase create table table_test --schema public --columns "firstcolumn:text,secondcolumn:bigint"
- name: Check
run: echo "Table created!"
Expand Down

0 comments on commit e8a7978

Please sign in to comment.