Merge pull request #45765 from sampatbadhe/patch-1

[ci skip] Add basic create_enum and drop_enum in CommandRecorder documentations
This commit is contained in:
Jonathan Hefner 2022-08-05 12:10:15 -05:00 committed by GitHub
commit a24879d0cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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