Ticket #984: typo_fix.diff

File typo_fix.diff, 737 bytes (added by teleyinex, 14 years ago)

Patch for fixing the schema.sql file

  • schema.sql

     
    624624) engine=MyISAM;
    625625
    626626create table host_app_version (
    627     host_id;            integer     not null,
     627    host_id             integer     not null,
    628628    app_version_id      integer     not null,
    629629    pfc_n               double      not null,
    630630    pfc_avg             double      not null,
     
    636636    scale_probation     tinyint     not null,
    637637    error_rate          double      not null,
    638638    max_results_day     integer     not null,
    639     app_id              integer     not null,
     639    app_id              integer     not null
    640640) engine = InnoDB;