2013-12-29 20:56:20 +00:00
|
|
|
{- git-annex v3 -> v4 uppgrade support
|
|
|
|
-
|
|
|
|
- There was no explicit v3 to v4 upgrade, so run v5 upgrade code.
|
|
|
|
-
|
2015-01-21 16:50:09 +00:00
|
|
|
- Copyright 2013 Joey Hess <id@joeyh.name>
|
2013-12-29 20:56:20 +00:00
|
|
|
-
|
2019-03-13 19:48:14 +00:00
|
|
|
- Licensed under the GNU AGPL version 3 or higher.
|
2013-12-29 20:56:20 +00:00
|
|
|
-}
|
|
|
|
|
|
|
|
module Upgrade.V3 (upgrade) where
|
|
|
|
|
|
|
|
import Upgrade.V4 (upgrade)
|