You are here

function styles_update_7213 in Styles 7.2

Remove the description from styles_presets.

File

./styles.install, line 325
Install, update and uninstall functions for the Styles module.

Code

function styles_update_7213() {
  db_drop_field('styles_presets', 'description');
}