Skip to content

Commit

Permalink
Altered lighthouse table so that the body attribute has a larger text…
Browse files Browse the repository at this point in the history
… limit.
  • Loading branch information
baphled committed May 24, 2010
1 parent 53c019e commit 9ba5ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
# It's strongly recommended to check this file into your version control system.

ActiveRecord::Schema.define(:version => 20100517154727) do
ActiveRecord::Schema.define(:version => 20100524163741) do

create_table "action_examples", :id => false, :force => true do |t|
t.integer "action_id", :null => false
Expand Down Expand Up @@ -61,7 +61,7 @@
end

create_table "lighthouse", :force => true do |t|
t.string "body", :limit => 100, :null => false
t.string "body", :null => false
t.string "ticket_id", :limit => 100, :null => false
end

Expand Down

0 comments on commit 9ba5ce3

Please sign in to comment.