Changes between Version 17 and Version 18 of GSOC2012/DatabaseMigration/Userguildlines


Ignore:
Timestamp:
08/20/12 17:29:07 (13 years ago)
Author:
anubhav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSOC2012/DatabaseMigration/Userguildlines

    v17 v18  
    9090
    9191   * This file contains all the functions for the actual migration [[br]]
    92      https://github.com/anubhav929/Dbmigration-final-/blob/master/static/scripts/Database%20migration/migration_scripts.py
     92     https://github.com/anubhav929/Dbmigration-final-/blob/master/static/scripts/Database_migration/migration_scripts.py
    9393
    9494
    9595   * This file contains all the functions that are used by the actual migration [[br]]
    96      https://github.com/anubhav929/Dbmigration-final-/blob/master/static/scripts/Database%20migration/migration_helping_methods.py
     96     https://github.com/anubhav929/Dbmigration-final-/blob/master/static/scripts/Database_migration/migration_helping_methods.py
    9797
    9898   * Test general for all the migration cases , as in made a menu from which the selected one is tested [[br]]
     
    101101
    102102   * Database schema comparison script to this library [[br]]
    103     https://github.com/anubhav929/Dbmigration-final-/blob/master/static/scripts/Database%20migration/apps_db_comparison.py
     103    https://github.com/anubhav929/Dbmigration-final-/blob/master/static/scripts/Database_migration/apps_db_comparison.py
    104104
    105105
     
    109109   
    110110  * Mapping function file to fill values in a field according to the mappings provided and also the query and fields for the select query to feed the required information to the mapping function
    111     https://github.com/anubhav929/Dbmigration-final-/blob/master/static/scripts/Database%20migration/mapping_function.py
     111    https://github.com/anubhav929/Dbmigration-final-/blob/master/static/scripts/Database_migration/mapping_function.py
    112112
    113113 * Specific Migration script for a particular case in which a string field was changes into a field referencing to a table containing the string field
    114   https://github.com/anubhav929/Dbmigration-final-/blob/master/static/scripts/Database%20migration/specific_migration.py 
     114  https://github.com/anubhav929/Dbmigration-final-/blob/master/static/scripts/Database_migration/specific_migration.py