mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Plumbs in attachment persistence and adds the tables. Currently MySQL only, no user functionality yet.
This commit is contained in:
5
OpenSim/Data/MySQL/Resources/005_UserStore.sql
Normal file
5
OpenSim/Data/MySQL/Resources/005_UserStore.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
CREATE TABLE `avatarattachments` (`UUID` char(36) NOT NULL, `attachpoint` int(11) NOT NULL, `item` char(36) NOT NULL, `asset` char(36) NOT NULL) ENGINE=InnoDB;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user