mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
rails4 magic sauce
This commit is contained in:
parent
4fa32c4dc0
commit
a84997ebc7
2 changed files with 6 additions and 2 deletions
|
@ -517,6 +517,7 @@ DEPENDENCIES
|
|||
qunit-rails
|
||||
rack-cors
|
||||
rack-mini-profiler!
|
||||
rack-protection
|
||||
rails!
|
||||
rails-observers
|
||||
rails_multisite!
|
||||
|
|
|
@ -20,9 +20,12 @@ from
|
|||
) as X
|
||||
where calc <> p.post_number and X.id = p.id')
|
||||
|
||||
# automagically does this
|
||||
unless rails4?
|
||||
remove_index :posts, :forum_thread_id_and_post_number
|
||||
add_index :posts, [:topic_id, :post_number], unique: true
|
||||
end
|
||||
end
|
||||
|
||||
def down
|
||||
# don't want to mess with the index ... its annoying
|
||||
|
|
Loading…
Reference in a new issue