mirror of
https://github.com/opensim/opensim.git
synced 2026-08-16 02:25:38 +08:00
* Align new fields upgrade sql to have the same 'not null' and default settings as when an inventoryitems table is newly created
* Normalize logging titles in database code, though this doesn't yet cover invoking code
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
ALTER TABLE `inventoryitems`
|
||||
ADD COLUMN `salePrice` int(11) NOT NULL default 0,
|
||||
ADD COLUMN `saleType` tinyint(4) NOT NULL default 0,
|
||||
ADD COLUMN `creationDate` int(11) NOT NULL default 3000,
|
||||
ADD COLUMN `creationDate` int(11) NOT NULL default 0,
|
||||
ADD COLUMN `groupID` varchar(36) NOT NULL default '00000000-0000-0000-0000-000000000000',
|
||||
ADD COLUMN `groupOwned` tinyint(4) NOT NULL default 0,
|
||||
ADD COLUMN `flags` int(11) unsigned NOT NULL default 0,
|
||||
|
||||
Reference in New Issue
Block a user