mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 05:32:44 +08:00
Fix incorrect function name.
This commit is contained in:
parent
f038903423
commit
c39167f5da
|
@ -1,7 +1,7 @@
|
|||
class DropRaiseReadOnlyFunction < ActiveRecord::Migration[5.1]
|
||||
def up
|
||||
ActiveRecord::Base.exec_sql(
|
||||
"DROP FUNCTION IF EXISTS raise_read_only CASCADE;"
|
||||
"DROP FUNCTION IF EXISTS raise_read_only() CASCADE;"
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user