Update FAQ.md

This commit is contained in:
Matthias Kadenbach 2017-02-23 14:27:04 -08:00 committed by GitHub
parent e7b9b0d0ed
commit 171f9a256d
1 changed files with 1 additions and 1 deletions

2
FAQ.md
View File

@ -13,7 +13,7 @@
it might be expensive to do a full directory scan in order to get the last element.
#### What is a NilMigration? NilVersion?
@TODO
NilMigration defines a migration without a body. NilVersion is defined as const -1.
#### What is the difference between uint(version) and int(targetVersion)?
version refers to an existing migration version coming from a source and therefor can never be negative.