Files
opensim/OpenSim/Data/MySQL/Resources/029_RegionStore.sql
Dr Scofield 901fdca13b From: Chris Yeoh <cyeoh@au1.ibm.com>
The attached patch implements llPassTouches. It has been added
to the export/import XML along with the flag for AllowedInventoryDrop.

The MySQL backend has been updated as well, though I haven't
done one of those before so could do with a check. I added
the migration mysql file as well.

The other data backends need updating as well.
2009-05-27 18:01:06 +00:00

6 lines
86 B
PL/PgSQL

BEGIN;
ALTER TABLE prims ADD COLUMN PassTouches tinyint not null default 0;
COMMIT;