* Continued work on improving post view templates
* Added statistics-based estimator for related tag calculator * Fleshed out IpBan class based on changes to Danbooru 1.xx
This commit is contained in:
5
config/initializers/postgres_extensions.rb
Normal file
5
config/initializers/postgres_extensions.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
module PostgresExtensions
|
||||
def columns(*params)
|
||||
super.reject {|x| x.sql_type == "tsvector"}
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user