| | 20 | web2py_path : The path to the web2py congaing the Eden app (i.e "/home/web2py")[[br]] |
| | 21 | app : The name of the eden application of whose database needs to be migrated (i.e "eden")[[br]] |
| | 22 | new_table_name : The name of the new table to which the list field needs to migrated[[br]] |
| | 23 | new_list_field : The name of the field in the new table which will hold the content of the list field[[br]] |
| | 24 | list_field_name : The name of the list field in the original table[[br]] |
| | 25 | old_table_id_field : The name of the id field in the original table[[br]] |
| | 26 | old_table : The name of the original table[[br]] |