prep for changes need to create the appearance tables

by default
0.6.0-stable
Sean Dague 2008-05-19 21:39:02 +00:00
parent 29fb93d243
commit 419adadc46
1 changed files with 1 additions and 4 deletions

View File

@ -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';