You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* DEPRECATION WARNING: allowed_index_name_length is deprecated and will be removed from Rails 6.2
Deprecation commit
rails/rails@ab2d859
* DEPRECATION WARNING: [] is deprecated and will be removed from Rails 6.2 (Use configs_for)
Deprecation commit
rails/rails@2a53fe6
* DEPRECATION WARNING: Passing an Active Record object to directly is deprecated and will be no longer quoted as id value in Rails 6.2
Deprecation commit
rails/rails@87886c9
* DEPRECATION WARNING: with / no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use / instead.
Deprecation commit
rails/rails@eec562d
raiseArgumentError,"Index name '#{new_name}' on table '#{table_name}' is too long; the limit is #{allowed_index_name_length} characters"ifnew_name.length > allowed_index_name_length
193
+
raiseArgumentError,"Index name '#{new_name}' on table '#{table_name}' is too long; the limit is #{index_name_length} characters"ifnew_name.length > index_name_length
0 commit comments