Finish auto-migration feature

This commit is contained in:
NerdNumber9
2019-08-03 02:23:21 -04:00
parent 9cc24a3be3
commit 4f2985469c
13 changed files with 360 additions and 95 deletions

View File

@ -41,6 +41,6 @@ class DeferredField<T> {
mutex.withLock {}
// Field is initialized, return value
return content!!
return content as T
}
}