doc/book/en/B022-schema-definition.en.txt
changeset 171 c7d6a465b951
parent 128 40edb9347b1b
child 229 767ff7f5d5a7
--- 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!