mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Parcel sales support to SQLite
This commit is contained in:
@@ -557,4 +557,10 @@ CREATE TABLE IF NOT EXISTS `spawn_points` (
|
||||
|
||||
ALTER TABLE `regionsettings` ADD COLUMN `TelehubObject` varchar(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000';
|
||||
|
||||
COMMIT;
|
||||
COMMIT;
|
||||
|
||||
:VERSION 25
|
||||
|
||||
BEGIN;
|
||||
ALTER TABLE `regionsettings` ADD COLUMN `parcel_tile_ID` char(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000';
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user