Skip to content

Commit

Permalink
Merge branch 'thememanager-hotfix-oracle'
Browse files Browse the repository at this point in the history
* thememanager-hotfix-oracle:
  Bumped Theme Manager version to v0.9.36. for change in datatype for ThemeManager::Theme column `ts_label`. See endevver/mt-plugin-theme-manager@f54d2c0ba8 for details
  • Loading branch information
jayallen committed Nov 23, 2010
2 parents eddb41a + 860c1c1 commit c172da9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions addons/ThemeManager.plugin/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ key: ThemeManager
author_link: http://endevver.com/
author_name: Endevver
description: 'A comprehensive theme management plugin!'
version: 0.9.35
schema_version: 5
version: 0.9.36
schema_version: 6
static_version: 4
l10n_class: ThemeManager::L10N

Expand Down
2 changes: 1 addition & 1 deletion addons/ThemeManager.plugin/lib/ThemeManager/Theme.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ __PACKAGE__->install_properties( {
'id' => 'integer not null auto_increment',
'plugin_sig' => 'string(255)',
'ts_id' => 'string(255)',
'ts_label' => 'text',
'ts_label' => 'string(255)',
'theme_meta' => 'blob',
},
indexes => { plugin_sig => 1, ts_id => 1, },
Expand Down

0 comments on commit c172da9

Please sign in to comment.