Added karma.
This commit is contained in:
parent
f09b00ffc9
commit
0712d229fd
5 changed files with 48 additions and 9 deletions
|
|
@ -21,5 +21,6 @@ INSERT INTO international VALUES (30,'UserSubmission','English','Karma Per Submi
|
|||
alter table UserSubmission add column karmaPerSubmission int not null default 0;
|
||||
alter table UserSubmission add column karmaPerPost int not null default 0;
|
||||
alter table MessageBoard add column karmaPerPost int not null default 0;
|
||||
alter table Article add column karmaPerPost int not null default 0;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue