projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rename changesets layer constant
[rails.git]
/
db
/
migrate
/
040_create_oauth_tables.rb
diff --git
a/db/migrate/040_create_oauth_tables.rb
b/db/migrate/040_create_oauth_tables.rb
index e718bbc171095ae34ab1abaccdcfd6766b4f525f..5306b173e2f8b4983e712f9bfcff00b70470d785 100644
(file)
--- 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