]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/040_create_oauth_tables.rb
Merge branch 'master' into tag-colour-preview-rebase
[rails.git] / db / migrate / 040_create_oauth_tables.rb
index e718bbc171095ae34ab1abaccdcfd6766b4f525f..5306b173e2f8b4983e712f9bfcff00b70470d785 100644 (file)
@@ -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