mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Follow up to last commit, fix field length
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
This commit is contained in:
@@ -75,3 +75,6 @@ ALTER TABLE assets ADD COLUMN asset_flags INTEGER NOT NULL DEFAULT 0;
|
||||
|
||||
ALTER TABLE assets ADD COLUMN CreatorID varchar(128) NOT NULL DEFAULT '';
|
||||
|
||||
:VERSION 9
|
||||
|
||||
ALTER TABLE assets MODIFY description varchar(128);
|
||||
|
||||
Reference in New Issue
Block a user