mirror of
git://opensimulator.org/git/opensim
synced 2026-08-17 10:32:38 +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
|