Changes between Version 17 and Version 18 of GSOC2012/DatabaseMigration/Userguildlines
- Timestamp:
- 08/20/12 17:29:07 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSOC2012/DatabaseMigration/Userguildlines
v17 v18 90 90 91 91 * 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.py92 https://github.com/anubhav929/Dbmigration-final-/blob/master/static/scripts/Database_migration/migration_scripts.py 93 93 94 94 95 95 * 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.py96 https://github.com/anubhav929/Dbmigration-final-/blob/master/static/scripts/Database_migration/migration_helping_methods.py 97 97 98 98 * Test general for all the migration cases , as in made a menu from which the selected one is tested [[br]] … … 101 101 102 102 * Database schema comparison script to this library [[br]] 103 https://github.com/anubhav929/Dbmigration-final-/blob/master/static/scripts/Database %20migration/apps_db_comparison.py103 https://github.com/anubhav929/Dbmigration-final-/blob/master/static/scripts/Database_migration/apps_db_comparison.py 104 104 105 105 … … 109 109 110 110 * 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.py111 https://github.com/anubhav929/Dbmigration-final-/blob/master/static/scripts/Database_migration/mapping_function.py 112 112 113 113 * 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.py114 https://github.com/anubhav929/Dbmigration-final-/blob/master/static/scripts/Database_migration/specific_migration.py