mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
* Changed CreatorIDs consistently to varchar(128)
* Deleted redundant migration for assets in SQLite * Rewrote XInventory migrations in SQLite in the new style
This commit is contained in:
@@ -55,7 +55,7 @@ CREATE TABLE assets(
|
||||
Local,
|
||||
Temporary,
|
||||
asset_flags INTEGER NOT NULL DEFAULT 0,
|
||||
CreatorID varchar(36) default '',
|
||||
CreatorID varchar(128) default '',
|
||||
Data);
|
||||
|
||||
INSERT INTO assets(UUID,Name,Description,Type,Local,Temporary,Data)
|
||||
@@ -64,3 +64,4 @@ DROP TABLE assets_backup;
|
||||
|
||||
COMMIT;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user