mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 20:18:23 -05:00
DEV: remove experimental lightbox site setting (#36377)
Follow up to #36375 to remove the redundant site setting from the database.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class RemoveExperimentalLightboxSiteSetting < ActiveRecord::Migration[8.0]
|
||||
def up
|
||||
execute "DELETE FROM site_settings WHERE name='experimental_lightbox'"
|
||||
end
|
||||
|
||||
def down
|
||||
raise ActiveRecord::IrreversibleMigration
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user