mirror of
https://github.com/opensim/opensim.git
synced 2026-05-18 04:45:35 +08:00
6 lines
85 B
SQL
6 lines
85 B
SQL
BEGIN TRANSACTION
|
|
|
|
ALTER TABLE prims ADD Material tinyint NOT NULL default 3
|
|
|
|
COMMIT
|