Taniya Singh
Taniya Singh
I was also confused about the `@SpringBootApplication` part of the guide as well what to do with the `DemoApplication.java` that came included with the Spring Initializr download. I think adding...
@jasonaowen I think we had discussed making two separate pull requests for removing these columns, but I figured creating one pull request and separating them by commits also made sense....
Originally we talked about creating one migration script which includes the schema updates as well as the new models to populate from the RC API. Here is actually the approach...
Just asked James about those missing ids and he said they are no longer part of the RC community. I can speak more to this at our Wednesday meeting.
I believe this captures everything we've talked about thus far. Run the following lines on the terminal to upgrade and downgrade the migration: `flask db upgrade` `flask db downgrade`
Hi @jasonaowen, I didn't send an email for this one because of what you mentioned when comparing the two niceties. But I certainly can if you'd like!
Hi @jasonaowen, While working on the API changes, I realized they could only happen *after* the database migration since some of the changes we're implementing - switching from batches to...