doc/book/en/devrepo/migration.rst
changeset 9304 ff61b10e7415
parent 9295 df68a28c5735
equal deleted inserted replaced
9303:e84414be8506 9304:ff61b10e7415
    44     (schema and data migration for example).
    44     (schema and data migration for example).
    45 
    45 
    46 Again in the directory `migration`, the file `depends.map` allows to indicate
    46 Again in the directory `migration`, the file `depends.map` allows to indicate
    47 that for the migration to a particular model version, you always have to first
    47 that for the migration to a particular model version, you always have to first
    48 migrate to a particular *CubicWeb* version. This file can contain comments (lines
    48 migrate to a particular *CubicWeb* version. This file can contain comments (lines
    49 starting by `#`) and a dependency is listed as follows: ::
    49 starting with `#`) and a dependency is listed as follows: ::
    50 
    50 
    51   <model version n° X.Y.Z> : <cubicweb version n° X.Y.Z>
    51   <model version n° X.Y.Z> : <cubicweb version n° X.Y.Z>
    52 
    52 
    53 For example: ::
    53 For example: ::
    54 
    54