Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
07/16/08 12:29:31 (6 months ago)
Author:
bwolfe
Message:

Merging trunk to the 1.3.x branch (sideporting) to get bug fixes into an RC5 release [4745]:[4946]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/1.3.x/metadata/model/util/update-scripts-to-latest.sh

    r4676 r4947  
    1313 
    1414# Ask for the user's database password 
    15 echo -n "MySQL password: " 
     15echo -n "MySQL $dbuser password: " 
    1616stty -echo 
    1717read dbpass 
     
    5454echo CREATE USER test IDENTIFIED BY \'test\'\; 
    5555echo GRANT ALL ON openmrs.* TO test\; 
     56echo "" 
     57echo Also change the \"schema only\" file to have : \"INSERT INTO global_property VALUES (\'database_version\',\'1.3.0.11\',NULL);\" with the latest version 
    5658 
    5759echo ""