mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Committing the LCO database layer. Native MySQL, no ADO. New reconnect
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.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
6
OpenSim/Data/MySQL/Resources/023_RegionStore.sql
Normal file
6
OpenSim/Data/MySQL/Resources/023_RegionStore.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE prims ADD COLUMN LinkNumber integer not null default 0;
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user