-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added the port (#244) (#245) Co-authored-by: Fernando Sanchez <[email protected]> Co-authored-by: Fernando Sanchez <[email protected]> * Nginx change (#329) (#330) Co-authored-by: Fernando Sanchez <[email protected]> Co-authored-by: Fernando Sanchez <[email protected]> * fix latest tag * Main -> Staging (#500) fix payload for removing users (#498) fix payload Co-authored-by: German Urrustarazú <[email protected]> * hide react-query icon * only set to in DEV and TEST environments * adds migration to increase vote message max length * fix migration order * remove duplicate flag.Bool call * only call flag.Bool('ipfs-override') once * change votes.message column to TEXT instead of VARCHAR Co-authored-by: FerSanchez <[email protected]> Co-authored-by: David Slone <[email protected]> Co-authored-by: Fernando Sanchez <[email protected]> Co-authored-by: Fernando Sanchez <[email protected]> Co-authored-by: German Urrustarazú <[email protected]> Co-authored-by: German Urrustarazu <[email protected]> Co-authored-by: jacksonfoley <[email protected]> Co-authored-by: Jonathan Bluks <[email protected]>
- Loading branch information
1 parent
6296037
commit ac6760a
Showing
5 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
backend/migrations/000041_increase_vote_message_max_length.down.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-- no going back! |
1 change: 1 addition & 0 deletions
1
backend/migrations/000041_increase_vote_message_max_length.up.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ALTER TABLE votes ALTER COLUMN message TYPE TEXT; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters