diff options
author | p0wer <none@none> | 2009-12-22 19:40:46 -0600 |
---|---|---|
committer | p0wer <none@none> | 2009-12-22 19:40:46 -0600 |
commit | f305c4639e437a98a891bf72f8d9b6140f14a721 (patch) | |
tree | dcdd41e248088099119fb36c7d2423933aa48d1e | |
parent | a9740b9ef7ef876b9c6100cc2af8b4fcb2ccb6bb (diff) |
* Add missed change from last rev. Allow realmd.sql to run multiple times
* without error.
--HG--
branch : trunk
-rw-r--r-- | sql/realmd.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/realmd.sql b/sql/realmd.sql index c87ae42ab37..1b5dfb4fa5f 100644 --- a/sql/realmd.sql +++ b/sql/realmd.sql @@ -19,6 +19,7 @@ -- Structure for table `account_access` -- +DROP TABLE IF EXISTS `account_access`; CREATE TABLE `account_access` ( `id` int(11) unsigned NOT NULL, `gmlevel` tinyint(3) unsigned NOT NULL, |