remove column ac_users.use_usertype from account_repository
This commit is contained in:
parent
f4b0545a90
commit
239d0b4543
6 changed files with 24 additions and 29 deletions
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue