Skip to content

Commit

Permalink
Change data type in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
shaes-farm committed Sep 29, 2023
1 parent 16ade73 commit facb42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/supabase/migrations/001_create_database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ create table profiles (
bio text,
avatar_url text,
website text,
social_media jsonb,
social_media text,
measurement_unit text,
currency text,

Expand Down

0 comments on commit facb42f

Please sign in to comment.