mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Big commit:
- Support for a popup that shows similar topics - Cleaned up a lot of Javascript - Cleaned up use of Promises
This commit is contained in:
9
db/migrate/20130315180637_enable_trigram_support.rb
Normal file
9
db/migrate/20130315180637_enable_trigram_support.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class EnableTrigramSupport < ActiveRecord::Migration
|
||||
def up
|
||||
execute "CREATE EXTENSION IF NOT EXISTS pg_trgm"
|
||||
end
|
||||
|
||||
def down
|
||||
execute "DROP EXTENSION pg_trgm"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user