Catchup to python-herald schema. Plus lots of refactoring. #49
No reviewers
Labels
No labels
consider soon
documentation
good first issue
hacktoberfest
help wanted
priority: blocker
priority: high
priority: low
priority: medium
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/herald.go#49
Loading…
Reference in a new issue
No description provided.
Delete branch "schema_catchup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #46
Still debugging a test. Need to add test data for new tables.
I have testdata f.csv and g.csv, but currently can't "git add" them as there is an issue with case-insensitivity on MacOS.
Do you have access to a linux vps or something that you can commit those on?
Also, I don't think we want to commit that .DS_Store file.
I had moved the working dir to a special case-sensitive volume a while back once I discovered the issue.
What remained to be done was changing the .git/config to contain
core.ignorecase = false
Test data is there now.