diff options
author | Jeff Ames | 2007-12-20 01:01:42 +0000 |
---|---|---|
committer | Jeff Ames | 2007-12-20 01:01:42 +0000 |
commit | 36a8f70931e24ccdf027966b737d95736be6e3f9 (patch) | |
tree | 541d27bf497ea3f1b7f2a92241c5032e98880d05 /OpenSim/Framework/Data.MySQL/Resources/UpgradeFoldersTableToVersion2.sql | |
parent | * Re-did the mass calculations in ODE for Prim (diff) | |
download | opensim-SC-36a8f70931e24ccdf027966b737d95736be6e3f9.zip opensim-SC-36a8f70931e24ccdf027966b737d95736be6e3f9.tar.gz opensim-SC-36a8f70931e24ccdf027966b737d95736be6e3f9.tar.bz2 opensim-SC-36a8f70931e24ccdf027966b737d95736be6e3f9.tar.xz |
Extended svn:eol-style to check some other file types.
Diffstat (limited to 'OpenSim/Framework/Data.MySQL/Resources/UpgradeFoldersTableToVersion2.sql')
-rw-r--r-- | OpenSim/Framework/Data.MySQL/Resources/UpgradeFoldersTableToVersion2.sql | 8 |
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 @@ | |||
1 | ALTER TABLE `inventoryfolders` | 1 | ALTER 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, |
4 | COMMENT='Rev. 2'; | 4 | COMMENT='Rev. 2'; |