Skip to content

Instantly share code, notes, and snippets.

@joselo
Created October 15, 2012 16:32
Show Gist options
  • Save joselo/3893449 to your computer and use it in GitHub Desktop.
Save joselo/3893449 to your computer and use it in GitHub Desktop.
@@ -51,7 +51,7 @@ ActiveRecord::Schema.define(:version => 20120930025410) do
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
t.integer "pictures_count", :default => 0
- t.string "plate", :limit => 7
+ t.string "plate", :limit => 8
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment