mirror of
https://github.com/discourse/discourse.git
synced 2025-03-25 19:16:39 +08:00
Revert "FIX: Drop function first before removing trigger."
This reverts commit d229969afa5df1716a918b5473332b337cae19ef.
This commit is contained in:
parent
0a53c589c4
commit
54ad436258
@ -31,8 +31,8 @@ class ColumnDropper
|
||||
|
||||
columns.each do |column|
|
||||
ActiveRecord::Base.exec_sql <<~SQL
|
||||
DROP FUNCTION IF EXISTS #{readonly_function_name(table, column)};
|
||||
DROP TRIGGER IF EXISTS #{readonly_trigger_name(table, column)} ON #{table};
|
||||
DROP FUNCTION IF EXISTS #{readonly_function_name(table, column)};
|
||||
SQL
|
||||
|
||||
# safe cause it is protected on method entry, can not be passed in params
|
||||
|
Loading…
x
Reference in New Issue
Block a user