mirror of https://github.com/BOINC/boinc.git
fix typo in schema.sql
svn path=/trunk/boinc/; revision=15356
This commit is contained in:
parent
41dae10b35
commit
5bb78f7a1c
|
@ -587,6 +587,6 @@ create table notify (
|
|||
create table credit_multiplier (
|
||||
id serial primary key,
|
||||
time integer not null,
|
||||
multiplier double not null default 0;
|
||||
multiplier double not null default 0
|
||||
) engine=MyISAM;
|
||||
|
||||
|
|
Loading…
Reference in New Issue