Success

User tests: Successful: Unsuccessful:

avatar mbabker
mbabker
11 Jun 2016

Summary of Changes

Creates an API to be able to migrate the database when changes are applied to the base schema.

Testing Instructions

For now this is mostly review/critique since there aren't any migrations to test with. The API is explained in the Documentation file that's added to try and make it clear how it all works.

avatar mbabker mbabker - open - 11 Jun 2016
avatar elkuku elkuku - change - 12 Jun 2016
Status New Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2016-06-12 18:10:18
Closed_By elkuku
avatar elkuku elkuku - close - 12 Jun 2016
avatar elkuku elkuku - merge - 12 Jun 2016
avatar elkuku elkuku - reference | e4b0eb7 - 12 Jun 16
avatar elkuku elkuku - merge - 12 Jun 2016
avatar elkuku elkuku - close - 12 Jun 2016
avatar elkuku
elkuku - comment - 12 Jun 2016

Review: All looks cute ????

Questions:

  1. I suppose we can redo #783 and check how this works?
  2. Something completely irrelevant but it immediately caught my attention that you can identify one thousand versions with only three digits... I don't think that version 0 looks nice but it might be technically correct so the statement isn't essentially wrong...

Merged based on this observations ????

avatar elkuku elkuku - head_ref_deleted - 12 Jun 2016
avatar mbabker
mbabker - comment - 12 Jun 2016

I suppose we can redo #783 and check how this works?

Yep. Will do that in a moment.

I don't think that version 0 looks nice but it might be technically correct so the statement isn't essentially wrong...

Technically 000 - 999 is 1000 numbers. In practical terms, we definitely should only have a max of 999 since we probably won't start at 000. Then again, if we really get that many in one day, I might have to stop and ask what we did wrong.

Add a Comment

Login with GitHub to post a comment