diff options
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'; |