mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
One more sql statement on migration #2 for offline im, to really clean up things.
This commit is contained in:
@@ -19,5 +19,6 @@ BEGIN;
|
||||
|
||||
INSERT INTO `im_offline` SELECT * from `diva_im_offline`;
|
||||
DROP TABLE `diva_im_offline`;
|
||||
DELETE FROM `migrations` WHERE name='diva_im_Store';
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user