Skip to content

Commit

Permalink
Increase proposal options column size to fit max len general proposal…
Browse files Browse the repository at this point in the history
… options (#69)
  • Loading branch information
evlekht authored Nov 27, 2024
1 parent 4467dc4 commit 1fd67fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ vendor
.secrets
config.json
.pre-commit-config.yaml


build
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE `dac_proposals`
MODIFY `options` VARBINARY(1024) NOT NULL;
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE `dac_proposals`
MODIFY `options` VARBINARY(2048) NOT NULL;

0 comments on commit 1fd67fe

Please sign in to comment.