Skip to content

Commit

Permalink
Update migration.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
vonchristian authored and mbulat committed Jan 16, 2018
1 parent aa12e0d commit 00a98af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/plutus/templates/migration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def self.up
create_table :plutus_accounts do |t|
t.string :name
t.string :type
t.boolean :contra, default: true
t.boolean :contra, default: false

t.timestamps
end
Expand Down

0 comments on commit 00a98af

Please sign in to comment.