mirror of https://github.com/BOINC/boinc.git
- DB: workunit.rsc_bandwidth needed to go after mod_time
svn path=/trunk/boinc/; revision=14970
This commit is contained in:
parent
8ed16b90b0
commit
c9b563f066
|
@ -2723,3 +2723,9 @@ David Mar 27 2008
|
|||
|
||||
client/
|
||||
work_fetch.C
|
||||
|
||||
David Mar 27 2008
|
||||
- DB: workunit.rsc_bandwidth needed to go after mod_time
|
||||
|
||||
db/
|
||||
schema.sql
|
||||
|
|
|
@ -210,8 +210,8 @@ create table workunit (
|
|||
max_success_results integer not null,
|
||||
result_template_file varchar(63) not null,
|
||||
priority integer not null,
|
||||
rsc_bandwidth_bound double not null,
|
||||
mod_time timestamp,
|
||||
rsc_bandwidth_bound double not null,
|
||||
primary key (id)
|
||||
) engine=InnoDB;
|
||||
|
||||
|
|
Loading…
Reference in New Issue