diff options
author | Brian <runningnak3d@gmail.com> | 2010-01-26 06:10:57 -0700 |
---|---|---|
committer | Brian <runningnak3d@gmail.com> | 2010-01-26 06:10:57 -0700 |
commit | 341b8e04d52e5aa745dfd22ee3fd4ee6b4d8edb1 (patch) | |
tree | bc8aad8abe9c5d5e5b96d98dc797dfc55db27cf0 | |
parent | 9f2be907d355b335cad5517341999cee7c23bcdd (diff) |
* Added a stupidity check into world.sql so it can not be imported
* accidentally
--HG--
branch : trunk
-rw-r--r-- | sql/world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/world.sql b/sql/world.sql index bd974458c06..71f18933256 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -1,3 +1,5 @@ +-- Remove the following line to import this ++++DO NOT IMPORT THIS UNLESS YOU WANT A *BLANK* DATABASE.+++ -- MySQL dump 10.13 Distrib 5.1.36, for redhat-linux-gnu (x86_64) -- -- Host: localhost Database: world |