-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIX: Fix bug in writing new schema #996
Conversation
5. Update the schemas for production | ||
```bash | ||
./tools/update-schemas --prod | ||
./tools/update-schemas --prod --force |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this is where my previous comment should be 🙂
./tools/update-schemas --prod --force | |
./tools/update-schema --prod --force |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know, I lean toward your first comment.. it's probably best to make all the things plural now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, using a class here was a nice change 👍
a59a48b
to
e42254d
Compare
e42254d
to
f323999
Compare
Resolves #995
This occurred during a short demo. The function handling writing was way too complex and hard to understanding, so it was refactored into a class. Clarified some documentation at the same time.