Commit 1f412bd53adbea0ab3a4dc5cee2d3f8b28bc0203
1 parent
f2febeff
Exists in
master
and in
28 other branches
r273@sede: terceiro | 2007-07-29 23:54:29 -0300
ActionItem0: adding a ! so we know if something goes wrong git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@277 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
db/migrate/002_create_virtual_communities.rb
@@ -6,7 +6,7 @@ class CreateVirtualCommunities < ActiveRecord::Migration | @@ -6,7 +6,7 @@ class CreateVirtualCommunities < ActiveRecord::Migration | ||
6 | t.column :settings, :text | 6 | t.column :settings, :text |
7 | t.column :design_data, :text | 7 | t.column :design_data, :text |
8 | end | 8 | end |
9 | - VirtualCommunity.create(:name => 'Default Virtual Community', :is_default => true) | 9 | + VirtualCommunity.create!(:name => 'Default Virtual Community', :is_default => true) |
10 | end | 10 | end |
11 | 11 | ||
12 | def self.down | 12 | def self.down |