Parent Directory
|
Revision Log
|
Revision Graph
#491904 - remove old database and db account after migration
| 1 | <?php |
| 2 | // $Id$ |
| 3 | |
| 4 | function drush_provision_mysql_provision_migrate_validate() { |
| 5 | provision_db_connect(); |
| 6 | } |
| 7 | |
| 8 | // Deletes the old database credentials |
| 9 | function drush_provision_mysql_post_provision_migrate($url) { |
| 10 | return _provision_mysql_destroy_site_db(drush_get_option('db_name'), drush_get_option('db_user'), drush_get_option('db_passwd')); |
| 11 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |