mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 17:12:17 +00:00
This will have no effect unless both the UGAI and the region are this revision or later
7 lines
136 B
PL/PgSQL
7 lines
136 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE users add userFlags integer NOT NULL default 0;
|
|
ALTER TABLE users add godLevel integer NOT NULL default 0;
|
|
|
|
COMMIT;
|