Skip to content

Commit

Permalink
MRI driver
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Jan 13, 2025
1 parent 2efb283 commit efc22f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/active_graph/migration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def initialize(path = default_path)

def migrate
ActiveGraph.deprecator.warn '`AddIdProperty` task is deprecated and may be removed from future releases. ' \
'Create a new migration and use the `populate_id_property` helper.', caller_locations
'Create a new migration and use the `populate_id_property` helper.',
caller_locations
models = ActiveSupport::HashWithIndifferentAccess.new(YAML.load_file(models_filename))[:models]
output 'This task will add an ID Property every node in the given file.'
output 'It may take a significant amount of time, please be patient.'
Expand Down Expand Up @@ -108,7 +109,6 @@ def setup
# print_output message
# end


# def id_batch_set(label, id_property, new_ids, count)
# tx = ActiveGraph::Base.new_transaction

Expand Down

0 comments on commit efc22f0

Please sign in to comment.