mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 23:18:34 +08:00
* Remove unused prims.ParentID field from SQLite and MySQL
* Since this is a db change, as always I strongly recommend that you backup your database before updating to this revision * Haven't touched MSSQL in case I get it wrong - looking for some kind soul to take care of this.
This commit is contained in:
5
OpenSim/Data/MySQL/Resources/027_RegionStore.sql
Normal file
5
OpenSim/Data/MySQL/Resources/027_RegionStore.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE prims DROP COLUMN ParentID;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user