diff options
author | Justin Clarke Casey | 2008-07-02 16:20:54 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-07-02 16:20:54 +0000 |
commit | 9052c43319ab69f57b80e363d965780be625b0e2 (patch) | |
tree | 3e17e9c0908be54ecb01ddff824d6c1a32020e88 /OpenSim/Framework/AssetBase.cs | |
parent | Mantis#1647. Thank you kindly, Sempuki for a patch that: (diff) | |
download | opensim-SC_OLD-9052c43319ab69f57b80e363d965780be625b0e2.zip opensim-SC_OLD-9052c43319ab69f57b80e363d965780be625b0e2.tar.gz opensim-SC_OLD-9052c43319ab69f57b80e363d965780be625b0e2.tar.bz2 opensim-SC_OLD-9052c43319ab69f57b80e363d965780be625b0e2.tar.xz |
* Drop InvType from the assets table since it is no longer used
* Migration should be automatic on sqlite and mysql
* Migration is not automatic on mssql, you will need to drop the invType column manually
* Migration should be fine, but as for any db change, I would recommend making sure you have backups before moving past this revision
Diffstat (limited to 'OpenSim/Framework/AssetBase.cs')
-rw-r--r-- | OpenSim/Framework/AssetBase.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/OpenSim/Framework/AssetBase.cs b/OpenSim/Framework/AssetBase.cs index 2b37daa..c3e4095 100644 --- a/OpenSim/Framework/AssetBase.cs +++ b/OpenSim/Framework/AssetBase.cs | |||
@@ -76,15 +76,6 @@ namespace OpenSim.Framework | |||
76 | set { _type = value; } | 76 | set { _type = value; } |
77 | } | 77 | } |
78 | 78 | ||
79 | /// <summary> | ||
80 | /// PLEASE DON'T USE ME. I'm probably going away soon. | ||
81 | /// </summary> | ||
82 | public virtual sbyte InvType | ||
83 | { | ||
84 | get { return _invtype; } | ||
85 | set { _invtype = value; } | ||
86 | } | ||
87 | |||
88 | public virtual string Name | 79 | public virtual string Name |
89 | { | 80 | { |
90 | get { return _name; } | 81 | get { return _name; } |