Commit 02fb29ba5c9ad433a9eed2836cede7c5fff4afef
1 parent
ed6ded5d
Exists in
master
and in
28 other branches
Updating db/schema.rb after migration renumbering
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
db/schema.rb
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | # |
10 | 10 | # It's strongly recommended to check this file into your version control system. |
11 | 11 | |
12 | -ActiveRecord::Schema.define(:version => 80) do | |
12 | +ActiveRecord::Schema.define(:version => 81) do | |
13 | 13 | |
14 | 14 | create_table "article_versions", :force => true do |t| |
15 | 15 | t.integer "article_id" | ... | ... |