Files
opensim/OpenSim/Data/MySQL/Resources/027_RegionStore.sql
Justin Clarke Casey 0828c28501 * 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.
2009-01-19 15:16:17 +00:00

5 lines
56 B
PL/PgSQL

BEGIN;
ALTER TABLE prims DROP COLUMN ParentID;
COMMIT;