Adding karma.
This commit is contained in:
parent
428dd45110
commit
566a62e6af
4 changed files with 27 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue