mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 10:01:11 +08:00
DEV: group_list site settings should store IDs instead of group names (#7860)
* DEV: group_list site settings should store IDs instead of group names * Ship site setting to know when we should migrate group_list settings * Migrate existing group_list site settings * Bump migration timestamp and don't set null when migrating is not possible.
This commit is contained in:
@ -743,5 +743,4 @@ module Discourse
|
||||
def self.skip_post_deployment_migrations?
|
||||
['1', 'true'].include?(ENV["SKIP_POST_DEPLOYMENT_MIGRATIONS"]&.to_s)
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user