mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 03:36:04 +08:00
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;
|