summaryrefslogtreecommitdiff
path: root/spec/support/fake_migration_classes.rb
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@gitlab.com>2017-06-06 12:28:28 +0200
committerBob Van Landuyt <bob@vanlanduyt.co>2017-06-26 17:48:41 +0200
commit3e84b6336f3d61ff56e3e8ef5cc5d8ca08ef0432 (patch)
treee9986669e0b69eb93efac959b105b6318d69232f /spec/support/fake_migration_classes.rb
parent36ecbb6934c73dc7a446c51766b8d43d98be7c12 (diff)
downloadgitlab-ce-3e84b6336f3d61ff56e3e8ef5cc5d8ca08ef0432.tar.gz
Track all renames in redis
Diffstat (limited to 'spec/support/fake_migration_classes.rb')
-rw-r--r--spec/support/fake_migration_classes.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/support/fake_migration_classes.rb b/spec/support/fake_migration_classes.rb
index 3de0460c3ca..33cd1043132 100644
--- a/spec/support/fake_migration_classes.rb
+++ b/spec/support/fake_migration_classes.rb
@@ -1,3 +1,7 @@
class FakeRenameReservedPathMigrationV1 < ActiveRecord::Migration
include Gitlab::Database::RenameReservedPathsMigration::V1
+
+ def version
+ '20170316163845'
+ end
end