One more sql statement on migration #2 for offline im, to really clean up things.

user_profiles
Diva Canto 2013-02-18 19:54:18 -08:00
parent 4e846d55a8
commit 9e460f2af8
1 changed files with 1 additions and 0 deletions

View File

@ -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;