Remove incorrect Migrator comment (#9659)

This change removes an incorrect comment about migrations
feature/default_network_editable
Whymarrh Whitby 4 years ago committed by GitHub
parent a9a432db0c
commit 3c492a2ff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      app/scripts/migrations/index.js

@ -1,9 +1,3 @@
/* The migrator has two methods the user should be concerned with:
*
* getData(), which returns the app-consumable data object
* saveData(), which persists the app-consumable data object.
*/
// Migrations must start at version 1 or later.
// They are objects with a `version` number
// and a `migrate` function.

Loading…
Cancel
Save