From 171f9a256d5cbac027cbd71f4c154cbd0d9e0f24 Mon Sep 17 00:00:00 2001 From: Matthias Kadenbach Date: Thu, 23 Feb 2017 14:27:04 -0800 Subject: [PATCH] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index fb782c0..e5a52bd 100644 --- a/FAQ.md +++ b/FAQ.md @@ -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.