doc/book/en/development/migration/index.rst
changeset 2479 1c697cc6dd31
parent 2476 1294a6bdf3bf
child 2535 c7b736929a58
equal deleted inserted replaced
2478:2c2d7f03aead 2479:1c697cc6dd31
    65 * `config`, instance configuration
    65 * `config`, instance configuration
    66 
    66 
    67 * `interactive_mode`, boolean indicating that the script is executed in
    67 * `interactive_mode`, boolean indicating that the script is executed in
    68   an interactive mode or not
    68   an interactive mode or not
    69 
    69 
    70 * `versions_map`, dictionary of versions used by this instance (key are cubes
    70 * `versions_map`, dictionary of migrated versions  (key are cubes
    71   names, including 'cubicweb', values are version, eg 3-uple)
    71   names, including 'cubicweb', values are (from version, to version)
    72 
    72 
    73 * `confirm(question)`, function asking the user and returning true
    73 * `confirm(question)`, function asking the user and returning true
    74   if the user answers yes, false otherwise (always returns true in
    74   if the user answers yes, false otherwise (always returns true in
    75   non-interactive mode)
    75   non-interactive mode)
    76 
    76