mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 03:15:36 +08:00
Revising the user account data interfaces. No user functionality yet
This commit is contained in:
5
OpenSim/Data/MySQL/Resources/008_UserStore.sql
Normal file
5
OpenSim/Data/MySQL/Resources/008_UserStore.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE users add scopeID char(36) not null default '00000000-0000-0000-0000-000000000000';
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user