summaryrefslogtreecommitdiff
path: root/trackme.sql
diff options
context:
space:
mode:
authorbfabiszewski <github@ushuaia.pl>2013-06-26 19:58:55 +0200
committerbfabiszewski <github@ushuaia.pl>2013-06-26 19:58:55 +0200
commit07e9dca31309e301c7fa649e7c106fb5e6ca3099 (patch)
tree848ab990c772dfb54a5438a544890300c5084c63 /trackme.sql
parenteb96995ac4a864aa249585dd5b7b31ee69ad86cc (diff)
downloadRunnerUpLive-07e9dca31309e301c7fa649e7c106fb5e6ca3099.zip
option to hide menu
Diffstat (limited to 'trackme.sql')
-rwxr-xr-xtrackme.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/trackme.sql b/trackme.sql
index 0559277..5c47d24 100755
--- a/trackme.sql
+++ b/trackme.sql
@@ -1,3 +1,9 @@
+--
+-- Database layout inherited from TrackMe
+-- Some tables/columns are not used by the viewer at the moment.
+-- Kept for compatibility with old data.
+--
+
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
CREATE DATABASE IF NOT EXISTS `trackme` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;