From 419adadc465cd534e500397191e69027199c3268 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 19 May 2008 21:39:02 +0000 Subject: prep for changes need to create the appearance tables by default --- OpenSim/Data/MySQL/Resources/AvatarAppearance.sql | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'OpenSim/Data/MySQL') diff --git a/OpenSim/Data/MySQL/Resources/AvatarAppearance.sql b/OpenSim/Data/MySQL/Resources/AvatarAppearance.sql index b638ee2..0deb099 100644 --- a/OpenSim/Data/MySQL/Resources/AvatarAppearance.sql +++ b/OpenSim/Data/MySQL/Resources/AvatarAppearance.sql @@ -2,9 +2,6 @@ -- Create schema avatar_appearance -- -CREATE DATABASE IF NOT EXISTS avatar_appearance; -USE avatar_appearance; - DROP TABLE IF EXISTS `avatarappearance`; CREATE TABLE `avatarappearance` ( `UUID` char(36) NOT NULL, @@ -38,5 +35,5 @@ CREATE TABLE `avatarappearance` ( PRIMARY KEY (`UUID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Rev.1'; -- cgit v1.1