Skip to content

Commit

Permalink
Merge pull request #45765 from sampatbadhe/patch-1
Browse files Browse the repository at this point in the history
[ci skip] Add basic create_enum and drop_enum in CommandRecorder documentations
  • Loading branch information
jonathanhefner committed Aug 5, 2022
2 parents 28f5ec6 + 76d2185 commit a24879d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions activerecord/lib/active_record/migration/command_recorder.rb
Expand Up @@ -18,9 +18,11 @@ class Migration
# * change_column_null
# * change_column_comment (must supply a +:from+ and +:to+ option)
# * change_table_comment (must supply a +:from+ and +:to+ option)
# * create_enum
# * create_join_table
# * create_table
# * disable_extension
# * drop_enum (must supply a list of values)
# * drop_join_table
# * drop_table (must supply a block)
# * enable_extension
Expand Down

0 comments on commit a24879d

Please sign in to comment.