Index: MigrateTask.cs
===================================================================
--- MigrateTask.cs (revisión: 128)
+++ MigrateTask.cs (copia de trabajo)
@@ -47,7 +47,7 @@
/// </example>
public class Migrate : Task
{
- private int _to = -1; // To last revision
+ private long _to = -1; // To last revision
private string _provider;
private string _connectionString;
private ITaskItem[] _migrationsAssembly;
@@ -98,7 +98,7 @@
get { return _language; }
}
- public int To
+ public long To
{
set { _to = value; }
get { return _to; }
Original issue reported on code.google.com by andresmo...@gmail.com on 27 Jan 2009 at 12:15
Original issue reported on code.google.com by
andresmo...@gmail.com
on 27 Jan 2009 at 12:15