aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MySQL/Resources/UpgradeFoldersTableToVersion2.sql
diff options
context:
space:
mode:
authorJeff Ames2007-12-20 01:01:42 +0000
committerJeff Ames2007-12-20 01:01:42 +0000
commit36a8f70931e24ccdf027966b737d95736be6e3f9 (patch)
tree541d27bf497ea3f1b7f2a92241c5032e98880d05 /OpenSim/Framework/Data.MySQL/Resources/UpgradeFoldersTableToVersion2.sql
parent* Re-did the mass calculations in ODE for Prim (diff)
downloadopensim-SC_OLD-36a8f70931e24ccdf027966b737d95736be6e3f9.zip
opensim-SC_OLD-36a8f70931e24ccdf027966b737d95736be6e3f9.tar.gz
opensim-SC_OLD-36a8f70931e24ccdf027966b737d95736be6e3f9.tar.bz2
opensim-SC_OLD-36a8f70931e24ccdf027966b737d95736be6e3f9.tar.xz
Extended svn:eol-style to check some other file types.
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Data.MySQL/Resources/UpgradeFoldersTableToVersion2.sql8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Framework/Data.MySQL/Resources/UpgradeFoldersTableToVersion2.sql b/OpenSim/Framework/Data.MySQL/Resources/UpgradeFoldersTableToVersion2.sql
index 813c7c4..b5a7964 100644
--- a/OpenSim/Framework/Data.MySQL/Resources/UpgradeFoldersTableToVersion2.sql
+++ b/OpenSim/Framework/Data.MySQL/Resources/UpgradeFoldersTableToVersion2.sql
@@ -1,4 +1,4 @@
1ALTER TABLE `inventoryfolders` 1ALTER TABLE `inventoryfolders`
2 ADD COLUMN `type` smallint NOT NULL default 0, 2 ADD COLUMN `type` smallint NOT NULL default 0,
3 ADD COLUMN `version` int NOT NULL default 0, 3 ADD COLUMN `version` int NOT NULL default 0,
4COMMENT='Rev. 2'; 4COMMENT='Rev. 2';