From 29c9a40dedc91bb1f0d9ff8574c50dd37e4f17f3 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Tue, 25 Oct 2005 09:58:04 +0000 Subject: [PATCH] remove column ac_users.use_usertype from account_repository --- html/admin/sql/patch/ac-upgrade6.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/html/admin/sql/patch/ac-upgrade6.sql b/html/admin/sql/patch/ac-upgrade6.sql index a7ab3ee74..a6bcec592 100644 --- a/html/admin/sql/patch/ac-upgrade6.sql +++ b/html/admin/sql/patch/ac-upgrade6.sql @@ -12,5 +12,6 @@ comment on column user_global_pref.parameter_value is 'the value of parameter '; alter table user_global_pref add constraint pk_user_global_pref primary key (user_id,parameter_type); insert into user_global_pref select use_login,'PAGESIZE','50' from ac_users; +alter table ac_users drop use_usertype; update version set val=7;