doc/book/devrepo/migration.rst
changeset 12742 ca698656251c
parent 12733 d242a1692907
child 12792 e2cdb1be6bd9
equal deleted inserted replaced
12741:90348f847b4b 12742:ca698656251c
   161 * `set_widget(etype, rtype, widget, commit=True)`, changes the widget used for the
   161 * `set_widget(etype, rtype, widget, commit=True)`, changes the widget used for the
   162   relation <rtype> of entity type <etype>.
   162   relation <rtype> of entity type <etype>.
   163 
   163 
   164 * `set_size_constraint(etype, rtype, size, commit=True)`, changes the size constraints
   164 * `set_size_constraint(etype, rtype, size, commit=True)`, changes the size constraints
   165   for the relation <rtype> of entity type <etype>.
   165   for the relation <rtype> of entity type <etype>.
       
   166 
       
   167 * `update_bfss_path(old_path, new_path, commit=True)`, change the path from `old_path` to
       
   168   `new_path` in Bytes File-System Storage (bfss).
   166 
   169 
   167 Data migration
   170 Data migration
   168 --------------
   171 --------------
   169 The following functions for data migration are available in `repository` scripts:
   172 The following functions for data migration are available in `repository` scripts:
   170 
   173