Commit 7a82ebc37c75dc386b8686cff548076d51aa87b5
1 parent
a1792191
Exists in
master
and in
29 other branches
ActionItem0: adding title to block
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@147 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
db/migrate/005_manage_template_migration.rb
@@ -9,6 +9,7 @@ class ManageTemplateMigration < ActiveRecord::Migration | @@ -9,6 +9,7 @@ class ManageTemplateMigration < ActiveRecord::Migration | ||
9 | 9 | ||
10 | create_table :blocks do |t| | 10 | create_table :blocks do |t| |
11 | t.column :name, :string | 11 | t.column :name, :string |
12 | + t.column :title, :string | ||
12 | t.column :box_id, :integer | 13 | t.column :box_id, :integer |
13 | t.column :position, :integer | 14 | t.column :position, :integer |
14 | t.column :type, :string | 15 | t.column :type, :string |