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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GSOC2012/DatabaseMigration/Userguildlines

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