mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
FIX: Form template limit validation (#28791)
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class RemoveLimitsFromFormTemplates < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
change_column :form_templates, :name, :string, limit: nil
|
||||
change_column :form_templates, :template, :text, limit: nil
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user