Add schema version to DatabaseSchema
authorDave Tucker <djt@redhat.com>
Thu, 19 Jun 2014 01:37:42 +0000 (02:37 +0100)
committerDave Tucker <djt@redhat.com>
Thu, 19 Jun 2014 18:29:03 +0000 (19:29 +0100)
commit2508ad5d362c6a2507ec5ea41ccb69a974bc5333
treef63e1d87f535af2431fb4d522106b0b34dbc72a1
parent45db64aeca1936ee657ad7b8b289a6c7ee8781f5
Add schema version to DatabaseSchema

This commit also adds a Version class to lib.notation that allows
versions to be compared. This is necessary for adding fromVersion
and toVersion to the TypedTable and TypedClass annotations

Change-Id: I30c821cd570a6b78e6eee874dafff269399a7120
Signed-off-by: Dave Tucker <djt@redhat.com>