Skip to content

Commit

Permalink
Increase configuration size
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoFelipe committed Oct 31, 2023
1 parent 9241131 commit 32ccd1d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions db/migrate/20231031174358_change_form_field_configuration.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright (c) Universidade Federal Fluminense (UFF).
# This file is part of SAPOS. Please, consult the license terms in the LICENSE file.

# frozen_string_literal: true

class ChangeFormFieldConfiguration < ActiveRecord::Migration[7.0]
def up
change_column :form_fields, :configuration, :text
end
def down
change_column :form_fields, :configuration, :string
end
end
4 changes: 2 additions & 2 deletions db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 32ccd1d

Please sign in to comment.