Adding karma.

This commit is contained in:
JT Smith 2002-06-19 00:59:01 +00:00
parent 428dd45110
commit 566a62e6af
4 changed files with 27 additions and 10 deletions

View file

@ -1,6 +1,6 @@
insert into webguiVersion values ('4.1.0','upgrade',unix_timestamp());
alter table users add column karma int not null default 0;
alter table groups add column karmaThreshold int not null default 99999999999;
alter table groups add column karmaThreshold int not null default 1000000000;
create table karmaLog (
userId int not null,
amount int not null default 1,