This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Example MySQL Database Structure and Query for MeteoBridge Push Services | |
-- version 1.1 (Feb 13, 2015) | |
-- http://www.stevejenkins.com/ | |
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; | |
SET time_zone = "+00:00"; | |
-- | |
-- Database: `meteobridge` | |
-- |