mirror of
https://github.com/opensim/opensim.git
synced 2026-07-28 03:46:04 +08:00
6 lines
87 B
SQL
6 lines
87 B
SQL
BEGIN TRANSACTION
|
|
|
|
ALTER TABLE prims ADD PassTouches bit not null default 0
|
|
|
|
COMMIT
|