mirror of
https://github.com/opensim/opensim.git
synced 2026-05-18 13:35:35 +08:00
This is to handle the changes in the v1.23 viewer of LL regarding the adult rating. With this patch a region can be changed to the adult rating from LL viewer v1.23 and above.
6 lines
88 B
PL/PgSQL
6 lines
88 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE regions add column access integer unsigned default 1;
|
|
|
|
COMMIT;
|