fix(): removed dashboard version to schema version migration

This commit is contained in:
Torkel Ödegaard
2016-07-23 13:29:48 +02:00
parent ddf579f204
commit 9f777a535b
@@ -16,10 +16,6 @@ function (angular, $, _, moment) {
data = {};
}
if (!data.id && data.version) {
data.schemaVersion = data.version;
}
this.id = data.id || null;
this.title = data.title || 'No Title';
this.autoUpdate = data.autoUpdate;