mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Cache oneboxes in Redis now instead of postgres.
This commit is contained in:
9
db/migrate/20130321154905_remove_oneboxes_from_db.rb
Normal file
9
db/migrate/20130321154905_remove_oneboxes_from_db.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class RemoveOneboxesFromDb < ActiveRecord::Migration
|
||||
def up
|
||||
drop_table :post_onebox_renders
|
||||
drop_table :onebox_renders
|
||||
end
|
||||
|
||||
def down
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user