mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Increase max length of theme_field name column
Now that we have custom SCSS files with arbitrary names, it's easy to exceed 30 characters
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class IncreaseThemeFieldNameLength < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
change_column :theme_fields, :name, :string, limit: 255
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user