Skip to content

Commit

Permalink
correct the migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneli committed Nov 5, 2012
1 parent e5ac9b1 commit 2362f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/002_create_akayagi_project_settings.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class CreateAkayagiProjectSettings < ActiveRecord::Migration
def change
create_table :akayagi_project_settings do |t|
t.integer :project_id, null => false
t.integer :project_id, :null => false
t.string :subject_prefix
t.string :from_address
end
Expand Down

0 comments on commit 2362f96

Please sign in to comment.