forgot few things

Oleg committed Dec 19, 2011
commit 6a44419ed1f9e73554b3394e3c8241560b09f69e
Showing 2 changed files with 2 additions and 1 deletions
app/views/layouts/cms_admin/_head.html.erb +1 -0
@@ @@ -23,6 +23,7 @@
'comfortable_mexican_sofa/elrte',
'comfortable_mexican_sofa/codemirror',
'comfortable_mexican_sofa/jquery_ui',
+ 'comfortable_mexican_sofa/dialogs',
'comfortable_mexican_sofa/widgets' %>
<%= javascript_include_tag 'comfortable_mexican_sofa/jquery',
'comfortable_mexican_sofa/jquery_ui',
migrate/upgrades/07_upgrade_to_1_6_0.rb b/db/migrate/upgrades/07_upgrade_to_1_6_0.rb +1 -1
@@ @@ -1,4 +1,4 @@
- class UpgradeTo150 < ActiveRecord::Migration
+ class UpgradeTo160 < ActiveRecord::Migration
def self.up
add_column :cms_sites, :identifier, :string, :null => false
add_index :cms_sites, :identifier