Skip to content

Commit

Permalink
Merge pull request #65 from EGA-archive/develop-schema
Browse files Browse the repository at this point in the history
Update database schema
  • Loading branch information
sdelatorrep authored Mar 19, 2021
2 parents e98d165 + 99699ac commit 140ea84
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 228 deletions.
2 changes: 1 addition & 1 deletion beacon/validation/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class ListField(Field):
def __init__(self, *, items=None, separator=',', trim=True, **kwargs):
self.separator = separator
self.item_type = items or Field()
self.trim = trim or True
self.trim = trim
super().__init__(**kwargs)

async def convert(self, value: str, **kwargs) -> set:
Expand Down
4 changes: 2 additions & 2 deletions deploy/db/data.sql.gz
Git LFS file not shown
Loading

0 comments on commit 140ea84

Please sign in to comment.