One more sql statement on migration #2 for offline im, to really clean up things.
parent
4e846d55a8
commit
9e460f2af8
|
@ -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;
|
Loading…
Reference in New Issue