doc/book/en/A02b-components.en.txt
changeset 1463 136756fff6fb
parent 280 ce829abf7c29
child 1676 543de6c7f0da
equal deleted inserted replaced
1462:70aa6bfbc58d 1463:136756fff6fb
    66 Synchronize the data model
    66 Synchronize the data model
    67 ~~~~~~~~~~~~~~~~~~~~~~~~~~
    67 ~~~~~~~~~~~~~~~~~~~~~~~~~~
    68 
    68 
    69 Once you modified your data model, you need to synchronize the
    69 Once you modified your data model, you need to synchronize the
    70 database with your model. For this purpose, `CubicWeb` provides
    70 database with your model. For this purpose, `CubicWeb` provides
    71 a very usefull command ``cubicweb-ctl shell blogdemo`` which
    71 a very useful command ``cubicweb-ctl shell blogdemo`` which
    72 launches an interactive migration Python shell. (see 
    72 launches an interactive migration Python shell. (see 
    73 :ref:`cubicweb-ctl-shell` for more details))
    73 :ref:`cubicweb-ctl-shell` for more details))
    74 As you modified a relation from the `BlogEntry` schema,
    74 As you modified a relation from the `BlogEntry` schema,
    75 run the following command:
    75 run the following command:
    76 ::
    76 ::