mirror of
https://github.com/opensim/opensim.git
synced 2026-05-18 13:35:35 +08:00
Adds UserFlags and GodLevel to the user data store and plumbs then in.
This will have no effect unless both the UGAI and the region are this revision or later
This commit is contained in:
6
OpenSim/Data/MySQL/Resources/003_UserStore.sql
Normal file
6
OpenSim/Data/MySQL/Resources/003_UserStore.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE users add userFlags integer NOT NULL default 0;
|
||||
ALTER TABLE users add godLevel integer NOT NULL default 0;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user