diff options
-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, |