Ticket #984: typo_fix.diff
File typo_fix.diff, 737 bytes (added by , 15 years ago) |
---|
-
schema.sql
624 624 ) engine=MyISAM; 625 625 626 626 create table host_app_version ( 627 host_id ;integer not null,627 host_id integer not null, 628 628 app_version_id integer not null, 629 629 pfc_n double not null, 630 630 pfc_avg double not null, … … 636 636 scale_probation tinyint not null, 637 637 error_rate double not null, 638 638 max_results_day integer not null, 639 app_id integer not null ,639 app_id integer not null 640 640 ) engine = InnoDB;