fix typo in schema.sql

svn path=/trunk/boinc/; revision=15356
This commit is contained in:
David Anderson 2008-06-04 22:43:13 +00:00
parent 41dae10b35
commit 5bb78f7a1c
1 changed files with 1 additions and 1 deletions

View File

@ -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;