Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@rubystage-02:/usr/share/redmine# RAILS_ENV=production bundle exec rake db:migrate
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/associations.rb:1855: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/associations.rb:1368: warning: The called method `has_many' is defined here
- /usr/share/rubygems-integration/all/gems/actionpack-5.2.3/lib/action_dispatch/middleware/stack.rb:37: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
- /usr/share/rubygems-integration/all/gems/actionpack-5.2.3/lib/action_dispatch/middleware/static.rb:111: warning: The called method `initialize' is defined here
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/mysql/schema_statements.rb:78: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/schema_definitions.rb:263: warning: The called method `initialize' is defined here
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/internal_metadata.rb:37: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/schema_definitions.rb:231: warning: The called method `string' is defined here
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/schema_definitions.rb:366: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/mysql/schema_definitions.rb:55: warning: The called method `new_column_definition' is defined here
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/schema_creation.rb:19: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:448: warning: The called method `type_to_sql' is defined here
- == 20160404080304 ForcePasswordResetDuringSetup: migrating ====================
- /usr/share/rubygems-integration/all/gems/activemodel-5.2.3/lib/active_model/type/integer.rb:13: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
- /usr/share/rubygems-integration/all/gems/activemodel-5.2.3/lib/active_model/type/value.rb:8: warning: The called method `initialize' is defined here
- == 20160404080304 ForcePasswordResetDuringSetup: migrated (0.0556s) ===========
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/transactions.rb:212: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/database_statements.rb:260: warning: The called method `transaction' is defined here
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/transaction.rb:171: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/transaction.rb:97: warning: The called method `initialize' is defined here
- == 20160416072926 RemovePositionDefaults: migrating ===========================
- -- change_column("boards", :position, :integer, {:default=>nil})
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:684: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/mysql/schema_definitions.rb:55: warning: The called method `new_column_definition' is defined here
- -> 0.0033s
- -- change_column("custom_fields", :position, :integer, {:default=>nil})
- -> 0.0024s
- -- change_column("enumerations", :position, :integer, {:default=>nil})
- -> 0.0032s
- -- change_column("issue_statuses", :position, :integer, {:default=>nil})
- -> 0.0021s
- -- change_column("roles", :position, :integer, {:default=>nil})
- -> 0.0018s
- -- change_column("trackers", :position, :integer, {:default=>nil})
- -> 0.0017s
- == 20160416072926 RemovePositionDefaults: migrated (0.0861s) ==================
- == 20160529063352 AddRolesSettings: migrating =================================
- -- add_column(:roles, :settings, :text, {})
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/schema_definitions.rb:468: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/mysql/schema_definitions.rb:55: warning: The called method `new_column_definition' is defined here
- -> 0.0031s
- == 20160529063352 AddRolesSettings: migrated (0.0032s) ========================
- == 20161001122012 AddTrackerIdIndexToWorkflows: migrating =====================
- -- add_index(:workflows, :tracker_id)
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:380: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/schema_statements.rb:1135: warning: The called method `add_index_options' is defined here
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/mysql/schema_statements.rb:44: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/schema_definitions.rb:11: warning: The called method `initialize' is defined here
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/schema_statements.rb:1162: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/schema_statements.rb:1215: warning: The called method `quoted_columns_for_index' is defined here
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/schema_statements.rb:1219: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/mysql/schema_statements.rb:116: warning: The called method `add_options_for_index_columns' is defined here
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/mysql/schema_statements.rb:117: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/mysql/schema_statements.rb:109: warning: The called method `add_index_length' is defined here
- -> 0.0258s
- == 20161001122012 AddTrackerIdIndexToWorkflows: migrated (0.0259s) ============
- == 20161002133421 AddIndexOnMemberRolesInheritedFrom: migrating ===============
- -- add_index(:member_roles, :inherited_from)
- -> 0.0360s
- == 20161002133421 AddIndexOnMemberRolesInheritedFrom: migrated (0.0361s) ======
- == 20161010081301 ChangeIssuesDescriptionLimit: migrating =====================
- -- change_column(:issues, :description, :text, {:limit=>16777216})
- -> 2.4844s
- == 20161010081301 ChangeIssuesDescriptionLimit: migrated (2.4847s) ============
- == 20161010081528 ChangeJournalDetailsValueLimit: migrating ===================
- -- change_column(:journal_details, :value, :text, {:limit=>16777216})
- -> 4.8239s
- -- change_column(:journal_details, :old_value, :text, {:limit=>16777216})
- -> 4.1928s
- == 20161010081528 ChangeJournalDetailsValueLimit: migrated (9.0171s) ==========
- == 20161010081600 ChangeJournalsNotesLimit: migrating =========================
- -- change_column(:journals, :notes, :text, {:limit=>16777216})
- -> 7.2017s
- == 20161010081600 ChangeJournalsNotesLimit: migrated (7.2019s) ================
- == 20161126094932 AddIndexOnChangesetsIssuesIssueId: migrating ================
- -- add_index(:changesets_issues, :issue_id)
- -> 0.0127s
- == 20161126094932 AddIndexOnChangesetsIssuesIssueId: migrated (0.0129s) =======
- == 20161220091118 AddIndexOnIssuesParentId: migrating =========================
- -- add_index(:issues, :parent_id)
- -> 0.1082s
- == 20161220091118 AddIndexOnIssuesParentId: migrated (0.1084s) ================
- == 20170207050700 AddIndexOnDiskFilenameToAttachments: migrating ==============
- -- add_index(:attachments, :disk_filename)
- -> 0.1610s
- == 20170207050700 AddIndexOnDiskFilenameToAttachments: migrated (0.1611s) =====
- == 20170302015225 ChangeAttachmentsDigestLimitTo64: migrating =================
- -- change_column(:attachments, :digest, :string, {:limit=>64})
- -> 0.0087s
- == 20170302015225 ChangeAttachmentsDigestLimitTo64: migrated (0.0089s) ========
- == 20170309214320 AddProjectDefaultAssignedToId: migrating ====================
- -- add_column(:projects, :default_assigned_to_id, :integer, {:default=>nil})
- -> 0.0203s
- -- column_exists?(:projects, :default_assignee_id, :integer)
- -> 0.0015s
- == 20170309214320 AddProjectDefaultAssignedToId: migrated (0.0220s) ===========
- == 20170320051650 ChangeRepositoriesExtraInfoLimit: migrating =================
- -- change_column(:repositories, :extra_info, :text, {:limit=>16777216})
- -> 0.0421s
- == 20170320051650 ChangeRepositoriesExtraInfoLimit: migrated (0.0423s) ========
- == 20170418090031 AddViewNewsToAllExistingRoles: migrating ====================
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/mysql/database_statements.rb:12: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/query_cache.rb:95: warning: The called method `select_all' is defined here
- /usr/share/redmine/lib/redmine/i18n.rb:30: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
- /usr/share/rubygems-integration/all/gems/i18n-1.8.2/lib/i18n.rb:195: warning: The called method `t' is defined here
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/relation/delegation.rb:132: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/relation.rb:25: warning: The called method `initialize' is defined here
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/persistence.rb:705: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/timestamp.rb:105: warning: The called method `_update_record' is defined here
- == 20170418090031 AddViewNewsToAllExistingRoles: migrated (0.1188s) ===========
- == 20170419144536 AddViewMessagesToAllExistingRoles: migrating ================
- == 20170419144536 AddViewMessagesToAllExistingRoles: migrated (0.0654s) =======
- == 20170723112801 RenameCommentsToContent: migrating ==========================
- -- rename_column(:comments, :comments, :content)
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:698: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/connection_adapters/mysql/schema_definitions.rb:55: warning: The called method `new_column_definition' is defined here
- -> 0.0116s
- == 20170723112801 RenameCommentsToContent: migrated (0.0121s) =================
- == 20180913072918 AddVerifyPeerToAuthSources: migrating =======================
- -- change_table(:auth_sources)
- -> 0.0059s
- == 20180913072918 AddVerifyPeerToAuthSources: migrated (0.0063s) ==============
- /usr/share/redmine/lib/plugins/acts_as_attachable/lib/acts_as_attachable.rb:33: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
- /usr/share/rubygems-integration/all/gems/activerecord-5.2.3/lib/active_record/associations.rb:1368: warning: The called method `has_many' is defined here
- == 20180923082945 ChangeSqliteBooleansTo0And1: migrating ======================
- == 20180923082945 ChangeSqliteBooleansTo0And1: migrated (0.0000s) =============
- == 20180923091603 ChangeSqliteBooleansDefault: migrating ======================
- == 20180923091603 ChangeSqliteBooleansDefault: migrated (0.0001s) =============
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement