remove column ac_users.use_usertype from account_repository

This commit is contained in:
sparkyx 2005-10-25 09:58:03 +00:00
parent f4b0545a90
commit 239d0b4543
6 changed files with 24 additions and 29 deletions

View file

@ -400,3 +400,6 @@ if ( GetVersion($cn) <= 4 ) {
if ( GetVersion($cn) == 5 ) {
ExecuteScript($cn,'sql/patch/ac-upgrade5.sql');
}
if ( GetVersion($cn) == 6 ) {
ExecuteScript($cn,'sql/patch/ac-upgrade7.sql');
}