diff options
author | Diva Canto | 2013-02-18 19:54:18 -0800 |
---|---|---|
committer | Diva Canto | 2013-02-18 19:54:18 -0800 |
commit | 9e460f2af8cb012a9cd333ed6683f409ce1bede8 (patch) | |
tree | aec4889e1708e9ea2ffc131a7028f6486ae69582 | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-9e460f2af8cb012a9cd333ed6683f409ce1bede8.zip opensim-SC_OLD-9e460f2af8cb012a9cd333ed6683f409ce1bede8.tar.gz opensim-SC_OLD-9e460f2af8cb012a9cd333ed6683f409ce1bede8.tar.bz2 opensim-SC_OLD-9e460f2af8cb012a9cd333ed6683f409ce1bede8.tar.xz |
One more sql statement on migration #2 for offline im, to really clean up things.
-rw-r--r-- | OpenSim/Addons/OfflineIM/Resources/IM_Store.migrations | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Addons/OfflineIM/Resources/IM_Store.migrations b/OpenSim/Addons/OfflineIM/Resources/IM_Store.migrations index d1cff8e..7cfcd43 100644 --- a/OpenSim/Addons/OfflineIM/Resources/IM_Store.migrations +++ b/OpenSim/Addons/OfflineIM/Resources/IM_Store.migrations | |||
@@ -19,5 +19,6 @@ BEGIN; | |||
19 | 19 | ||
20 | INSERT INTO `im_offline` SELECT * from `diva_im_offline`; | 20 | INSERT INTO `im_offline` SELECT * from `diva_im_offline`; |
21 | DROP TABLE `diva_im_offline`; | 21 | DROP TABLE `diva_im_offline`; |
22 | DELETE FROM `migrations` WHERE name='diva_im_Store'; | ||
22 | 23 | ||
23 | COMMIT; \ No newline at end of file | 24 | COMMIT; \ No newline at end of file |