/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to databas.sql

  • Committer: Johan Gustavsson
  • Date: 2013-04-18 18:16:14 UTC
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: b11johgu@student.his.se-20130418181614-owr147f47358t9b2
changes places on a comment

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
    ON UPDATE NO ACTION)
229
229
ENGINE = InnoDB;
230
230
 
231
 
/*
 
231
 
232
232
-- -----------------------------------------------------
233
233
-- Table `lenasys`.`FileInterestingLines`
234
234
-- -----------------------------------------------------
246
246
    ON DELETE NO ACTION
247
247
    ON UPDATE NO ACTION)
248
248
ENGINE = InnoDB;
249
 
 
 
249
/*
250
250
-- -----------------------------------------------------
251
251
-- Table `lenasys`.`logUsersQuizLogins`
252
252
-- -----------------------------------------------------