mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 23:18:34 +08:00
OpenSimMain now respects the asset_plugin paramter, and storing of assets will *not* throw an exception
This commit is contained in:
@@ -2,8 +2,8 @@ CREATE TABLE `assets` (
|
||||
`id` binary(16) NOT NULL,
|
||||
`name` varchar(64) NOT NULL,
|
||||
`description` varchar(64) NOT NULL,
|
||||
`assetType` smallint(5) unsigned NOT NULL,
|
||||
`invType` smallint(5) unsigned NOT NULL,
|
||||
`assetType` tinyint(4) NOT NULL,
|
||||
`invType` tinyint(4) NOT NULL,
|
||||
`local` tinyint(1) NOT NULL,
|
||||
`temporary` tinyint(1) NOT NULL,
|
||||
`data` longblob NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user