Skip to content

Commit 72024ef

Browse files
authored
Fix "require" import (#4605)
1 parent 8850e18 commit 72024ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/database/bigint_migration_step3ab.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require 'database/bigint_migration'
1+
require_relative 'bigint_migration'
22

33
module VCAP::BigintMigration
44
class << self

0 commit comments

Comments
 (0)