mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Initial release of Discourse
This commit is contained in:
9
db/migrate/20120924182000_add_hstore_extension.rb
Normal file
9
db/migrate/20120924182000_add_hstore_extension.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class AddHstoreExtension < ActiveRecord::Migration
|
||||
def self.up
|
||||
execute "CREATE EXTENSION IF NOT EXISTS hstore"
|
||||
end
|
||||
|
||||
def self.down
|
||||
execute "DROP EXTENSION hstore"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user