mirror of
git://opensimulator.org/git/opensim
synced 2026-08-16 18:12:19 +00:00
6 lines
87 B
SQL
6 lines
87 B
SQL
BEGIN TRANSACTION
|
|
|
|
ALTER TABLE prims ADD LinkNumber integer not null default 0
|
|
|
|
COMMIT
|