Skip to content

Commit

Permalink
Added default database creation and selection.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirirur committed Aug 8, 2018
1 parent 7997c2c commit 08b4f28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stfc.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Database: `stfc`
--
CREATE DATABASE IF NOT EXISTS `stfc`;

USE stfc;

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

Expand Down

0 comments on commit 08b4f28

Please sign in to comment.