Merge branch 'develop' into standalone_develop

This commit is contained in:
2022-04-28 11:04:01 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
class AddSuperDescriptionToUserExtensions < ActiveRecord::Migration[5.2]
def change
add_column :user_extensions, :super_description, :text, :limit => 4294967295
add_column :user_extensions, :show_super_description, :boolean
add_column :user_extensions, :show_super_description, :boolean, default: false
end
end