mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 02:05:57 +02:00
Allow nil values for settings
This commit is contained in:
parent
49f11cce0b
commit
e7eaba7963
3 changed files with 11 additions and 5 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangeSettingEntryValueToAllowNil < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
change_column :setting_entries, :value, :string, null: true
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue