mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Follow up to last commit, fix field length
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
This commit is contained in:
@@ -92,3 +92,7 @@ ALTER TABLE assets ADD "asset_flags" INTEGER NOT NULL DEFAULT 0;
|
||||
:VERSION 7
|
||||
|
||||
alter table assets add "creatorid" varchar(36) not null default '';
|
||||
|
||||
:VERSION 8
|
||||
|
||||
ALTER TABLE assets MODIFY description varchar(128);
|
||||
|
||||
Reference in New Issue
Block a user