sprinkles v1.3.1 Release Notes
Release Date: 2014-05-31 // over 9 years ago-
- โ Added loading of sql statements from raw text files
Previous changes from v1.3.0
-
- Major migrations revamp. Migrations are added similar to before but all the sql is written by hand. This was done to fix some big bugs with the old system. More info can be found in issue #67.
- ๐ A lot of annotations have been removed as they were only used for migrations. You will want to change
@PrimaryKey
->@Key
and@AutoIncrementPrimaryKey
->@AutoIncrement
+@Key
. The rest of the migrations except@Column
and@DynamicColumn
have been removed. Specify migration constraints in the migrations. - ๐ initLoader has been changed to restartLoader. Lost of subtle bugs fixed by this change