diff -r c5ff97312b8a -r c7d6a465b951 doc/book/en/B022-schema-definition.en.txt --- a/doc/book/en/B022-schema-definition.en.txt Tue Dec 02 11:40:04 2008 +0100 +++ b/doc/book/en/B022-schema-definition.en.txt Tue Dec 02 19:25:38 2008 +0100 @@ -370,3 +370,17 @@ To compensate this problem, it is usually necessary, for such case, to use an action that reflects the schema permissions but which enables to check properly the permissions so that it would show up if necessary. + + +Updating your application with your new schema +`````````````````````````````````````````````` + +You have to get a shell on your application :: + + cubicweb-ctl shell moninstance + +and type :: + + add_entity_type('Personne') + +And restart your application!