mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 10:50:26 -06:00
Fixed typo in EXISTS sql
This commit is contained in:
parent
9f1c978f11
commit
c18a23f63c
@ -1,6 +1,6 @@
|
||||
class AddMetaDataToForumThreads < ActiveRecord::Migration
|
||||
def change
|
||||
execute "CREATE EXTENSION IF NOT EXITS hstore"
|
||||
execute "CREATE EXTENSION IF NOT EXISTS hstore"
|
||||
add_column :forum_threads, :meta_data, :hstore
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user