X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/38640e0253e8984974d275f2c232eb057ba86c84..fa7841acbf0c0702d0f0988cd999f6a259aaf587:/db/migrate/040_create_oauth_tables.rb?ds=sidebyside

diff --git a/db/migrate/040_create_oauth_tables.rb b/db/migrate/040_create_oauth_tables.rb
index e718bbc17..5306b173e 100644
--- a/db/migrate/040_create_oauth_tables.rb
+++ b/db/migrate/040_create_oauth_tables.rb
@@ -1,4 +1,4 @@
-class CreateOauthTables < ActiveRecord::Migration[5.0]
+class CreateOauthTables < ActiveRecord::Migration[4.2]
   def self.up
     create_table :client_applications do |t|
       t.string :name