DEV: Add conflict resolution to migration min trust level for here mention to group (#25667)
This commit is contained in:
parent
037def8624
commit
cd99e20fd1
|
@ -25,6 +25,7 @@ class MigrateMinTrustLevelForHereMentionToGroup < ActiveRecord::Migration[7.0]
|
||||||
DB.exec(<<~SQL, setting: here_mention_allowed_groups)
|
DB.exec(<<~SQL, setting: here_mention_allowed_groups)
|
||||||
INSERT INTO site_settings(name, value, data_type, created_at, updated_at)
|
INSERT INTO site_settings(name, value, data_type, created_at, updated_at)
|
||||||
VALUES('here_mention_allowed_groups', :setting, 20, NOW(), NOW())
|
VALUES('here_mention_allowed_groups', :setting, 20, NOW(), NOW())
|
||||||
|
ON CONFLICT (name) DO NOTHING
|
||||||
SQL
|
SQL
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue