Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: #170 inscrease description size
  • Loading branch information
enriquezrene committed Jun 9, 2020
commit 4d235e70278c4a17eb0c97d81640a8a827210ae0
2 changes: 1 addition & 1 deletion commons/data_access_layer/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""
import abc

COMMENTS_MAX_LENGTH = 500
COMMENTS_MAX_LENGTH = 1500
ID_MAX_LENGTH = 64


Expand Down