Skip to content

Commit

Permalink
Installation Ok
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed Apr 26, 2017
1 parent 6432f6a commit 2ecfc5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ CREATE TABLE IF NOT EXISTS `comments` (
CONSTRAINT `fk_comments_users1`
FOREIGN KEY (`users_id`)
REFERENCES `users` (`id`)
ON DELETE NO ACTION
ON UPDATE NO ACTION)
ON DELETE CASCADE
ON UPDATE CASCADE)
ENGINE = InnoDB;


Expand Down

0 comments on commit 2ecfc5f

Please sign in to comment.