Skip to content

Commit

Permalink
Convert users.profile_picture column to TEXT type (#1951)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelnano authored Jun 24, 2024
1 parent d1eb997 commit 6cae152
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE users ALTER COLUMN profile_picture TYPE VARCHAR (1024);
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE users ALTER COLUMN profile_picture TYPE TEXT;
46 changes: 46 additions & 0 deletions src/cloud/profile/schema/bindata.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6cae152

Please sign in to comment.