doc/book/en/development/migration/index.rst
changeset 4442 7bc0e4ed4109
parent 4437 21f2e01fdd6a
child 4447 a55fb2745644
equal deleted inserted replaced
4441:550cf406dbc6 4442:7bc0e4ed4109
    77 * the function `_`, it is equivalent to `unicode` allowing to flag the strings
    77 * the function `_`, it is equivalent to `unicode` allowing to flag the strings
    78   to internationalize in the migration scripts.
    78   to internationalize in the migration scripts.
    79 
    79 
    80 In the `repository` scripts, the following identifiers are also defined:
    80 In the `repository` scripts, the following identifiers are also defined:
    81 
    81 
    82 * `checkpoint`,._cwuest confirming and executing a "commit" at checking point
    82 * `checkpoint`, request confirming and executing a "commit" at checking point
    83 
    83 
    84 * `schema`, instance schema (readen from the database)
    84 * `schema`, instance schema (readen from the database)
    85 
    85 
    86 * `fsschema`, installed schema on the file system (e.g. schema of
    86 * `fsschema`, installed schema on the file system (e.g. schema of
    87   the updated model and cubicweb)
    87   the updated model and cubicweb)