diff options
author | Justin Clarke Casey | 2008-06-23 18:01:58 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-06-23 18:01:58 +0000 |
commit | de243802334c44967273be2d1455a5f191f75955 (patch) | |
tree | 7228d224717ff5b5c021161225ac9f4e46b39174 /OpenSim/Framework/AssetBase.cs | |
parent | add migration to go from varchar -> char for uuid. Tested (diff) | |
download | opensim-SC_OLD-de243802334c44967273be2d1455a5f191f75955.zip opensim-SC_OLD-de243802334c44967273be2d1455a5f191f75955.tar.gz opensim-SC_OLD-de243802334c44967273be2d1455a5f191f75955.tar.bz2 opensim-SC_OLD-de243802334c44967273be2d1455a5f191f75955.tar.xz |
* Remove all use of asset.InvType, as outlined in mailing list discussion
* This is stage 1, the field will be removed from AssetType and the assets table if this change doesn't prove problematic
Diffstat (limited to 'OpenSim/Framework/AssetBase.cs')
-rw-r--r-- | OpenSim/Framework/AssetBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/AssetBase.cs b/OpenSim/Framework/AssetBase.cs index 29d996b..5435a43 100644 --- a/OpenSim/Framework/AssetBase.cs +++ b/OpenSim/Framework/AssetBase.cs | |||
@@ -106,4 +106,4 @@ namespace OpenSim.Framework | |||
106 | set { _temporary = value; } | 106 | set { _temporary = value; } |
107 | } | 107 | } |
108 | } | 108 | } |
109 | } \ No newline at end of file | 109 | } |