mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
prep for changes need to create the appearance tables
by default
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user