Skip to content

Commit

Permalink
update SLUG_TO_WRITER
Browse files Browse the repository at this point in the history
  • Loading branch information
toydestroyer committed Apr 16, 2023
1 parent 001c329 commit 79ef1bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/database_consistency/writers/simple_writer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ class SimpleWriter < BaseWriter
missing_foreign_key_cascade: Simple::MissingForeignKeyCascade,
enum_values_inconsistent_with_ar_enum: Simple::EnumValuesInconsistentWithArEnum,
enum_values_inconsistent_with_inclusion: Simple::EnumValuesInconsistentWithInclusion,
redundant_case_insensitive_option: Simple::RedundantCaseInsensitiveOption
redundant_case_insensitive_option: Simple::RedundantCaseInsensitiveOption,
three_state_boolean: Simple::ThreeStateBoolean
}.freeze

def write
Expand Down

0 comments on commit 79ef1bf

Please sign in to comment.