mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
7 lines
205 B
PL/PgSQL
7 lines
205 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE prims ADD COLUMN CollisionSound char(36) not null default '00000000-0000-0000-0000-000000000000';
|
|
ALTER TABLE prims ADD COLUMN CollisionSoundVolume float not null default 0.0;
|
|
|
|
COMMIT;
|