Skip to content

Commit

Permalink
Add Create/Drop statements to example data sql for consistentency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony McCormick committed Oct 24, 2018
1 parent c8d4d44 commit ce7b115
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/data/zermelo_cards.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ SET time_zone = "+00:00";

-- --------------------------------------------------------

CREATE DATABASE IF NOT EXISTS `zermelo_cards`;
use zermelo_cards;

DROP TABLE IF EXISTS `cards`;
--
-- Table structure for table `cards`
--
Expand Down

0 comments on commit ce7b115

Please sign in to comment.