mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Plumb in the partner and the account title fields for profile info.
This commit is contained in:
6
OpenSim/Data/MySQL/Resources/004_UserStore.sql
Normal file
6
OpenSim/Data/MySQL/Resources/004_UserStore.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE users add customType varchar(32) not null default '';
|
||||
ALTER TABLE users add partner char(36) not null default '00000000-0000-0000-0000-000000000000';
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user