1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-06-26 03:40:54 +03:00

Removing superflous condition in migration model

This commit is contained in:
Matt Button 2010-12-30 03:33:16 +00:00
parent 5247abc23a
commit 3021f5727b

View file

@ -258,8 +258,6 @@ class Model_Minion_Migration extends Model
continue;
}
$query->where('location', '=', $location);
// If they haven't applied any migrations for this location
// yet and are justwhere wanting to apply all migrations
// (i.e. roll forward)