Skip to content

Commit

Permalink
Update sql script for compatibility wiht mysql 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Mar 1, 2024
1 parent 0029710 commit d945ef4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-- Host: localhost Database: snapshot
-- ------------------------------------------------------
-- Server version 5.5.38

/*!40101 SET @saved_cs_client = 'utf8' */;
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
Expand Down

0 comments on commit d945ef4

Please sign in to comment.