Changes between Version 3 and Version 4 of GSOC2012/DatabaseMigration/Userguildlines


Ignore:
Timestamp:
08/16/12 14:11:05 (13 years ago)
Author:
anubhav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSOC2012/DatabaseMigration/Userguildlines

    v3 v4  
    1818
    1919==== Description of arguments ====
    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]]
     20||= Argument =||= Description =||
     21||web2py_path || The path to the web2py congaing the Eden app  (i.e "/home/web2py")||
     22||app : The name of the eden application of whose database needs to be migrated (i.e "eden")||
     23||new_table_name || The name of the new table to which the list field needs to migrated||
     24||new_list_field || The name of the field in the new table which will hold the content of the list field||
     25||list_field_name || The name of the list field in the original table||
     26||old_table_id_field || The name of the id field in the original table||
     27||old_table || The name of the original table||