diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-12-14 17:47:56 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-12-14 17:47:56 +0000 |
commit | 9187ed86562794e1d078fdf7158cd6f8ea5fbf3b (patch) | |
tree | a663249fba986692eb4cabe100f27311064bcdaf /activesupport/MIT-LICENSE | |
parent | 9661395d38d18d89b268d729606c7c9180e622e6 (diff) | |
download | rails-9187ed86562794e1d078fdf7158cd6f8ea5fbf3b.tar.gz rails-9187ed86562794e1d078fdf7158cd6f8ea5fbf3b.tar.bz2 rails-9187ed86562794e1d078fdf7158cd6f8ea5fbf3b.zip |
Added db:migrate:redo for rerunning existing migrations (closes #10431) [matt]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8382 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/MIT-LICENSE')
-rw-r--r-- | activesupport/MIT-LICENSE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/MIT-LICENSE b/activesupport/MIT-LICENSE index c1caf0bfc1..dbe78035ba 100644 --- a/activesupport/MIT-LICENSE +++ b/activesupport/MIT-LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2005-2006 David Heinemeier Hansson +Copyright (c) 2005-2007 David Heinemeier Hansson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the |