mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
mechanism to prevent prim loss. Preserve link order on sim restart and drag copy. Fix drag-copied prims' inventories. Fix persistence of child prim inventories.
7 lines
86 B
PL/PgSQL
7 lines
86 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE prims ADD COLUMN LinkNumber integer not null default 0;
|
|
|
|
COMMIT;
|
|
|