-
Couldn't load subscription status.
- Fork 15
Issue 246 #412
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
Issue 246 #412
Conversation
|
@charles-cowart and I were just talking, and we need to implement a database patching system for this to work. I'll migrate the system from Qiita into this PR. |
|
This PR now includes the central elements of Qiita's patching system to allow for both Python and SQL patches if and as necessary for this project. |
|
@charles-cowart, are their outstanding items on the review to address? |
|
@wasade Nope! Looks good, thanks! |
I believe this fixes #246, specifically it implicitly stores the creation timestamp for a given plate, that value is always returned by
Plate.list_plates, and the UI has been updated to display.Note the column widths in the display are not well balanced, but in my opinion that is a logically separate issue. I can solve in this PR if requested but it will require a reasonable degree of investigation.