Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Commit

Permalink
Remove note
Browse files Browse the repository at this point in the history
  • Loading branch information
Mechazawa authored Sep 6, 2016
1 parent a389bf3 commit b695ff9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions database.sql
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/* Please note that a lot of this was written by
* hand so the style will be different from something
* that's just exported using mysqldump or something.
* Well... most of it.
*/

SET @OLD_UNIQUE_CHECKS = @@UNIQUE_CHECKS, UNIQUE_CHECKS = 0;
SET @OLD_FOREIGN_KEY_CHECKS = @@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS = 0;
SET @OLD_SQL_MODE = @@SQL_MODE, SQL_MODE = 'TRADITIONAL,ALLOW_INVALID_DATES';
Expand Down

0 comments on commit b695ff9

Please sign in to comment.