You are here

function services_client_update_7001 in Services Client 7.2

Same name and namespace in other branches
  1. 7 services_client.install \services_client_update_7001()

Remove old {services_client_connection} table which has been moved to services_client_connection module.

File

./services_client.install, line 176
Installation file for services_client module.

Code

function services_client_update_7001() {
  db_drop_table('services_client_connection');
}