channeldb: reset database version back to zero

As we removed the prior migration in an earlier commit, we now reset
the version of the database back to zero (no migrations needed).
This commit is contained in:
Olaoluwa Osuntokun 2017-07-28 16:34:54 -07:00
parent c15cd12dcf
commit 1fb9d2e44e
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

@ -40,10 +40,6 @@ var (
number: 0,
migration: nil,
},
{
number: 1,
migration: deliveryScriptBugMigration,
},
}
// Big endian is the preferred byte order, due to cursor scans over