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
raiseArgumentError.new("You must specify at least one column name. Example: remove_column(:people, :first_name)")if(column_name.is_a?Array)
53
53
ActiveSupport::Deprecation.warn'Passing multiple arguments to remove_columns is deprecated, please use just one column name, like: `remove_columns(:posts, :column_name, :type)`',callerifcolumn_name
@@ -59,7 +59,7 @@ def remove_column(table_name, column_name, type = nil)
raiseActiveRecordError,"IDENTITY_INSERT could not be turned #{enable ? 'ON' : 'OFF'} for table #{table_name}"
356
356
end
357
-
357
+
#TODO: DEPRECATION WARNING: call columns with a table name!. (called from identity_column at /Users/acarey/code/source/4/activerecord-sqlserver-adapter/lib/active_record/connection_adapters/sqlserver/schema_statements.rb:359)
0 commit comments