transferred Code Ocean from original repository to GitHub
This commit is contained in:
5
db/migrate/20140702100130_add_oauth_key_to_consumers.rb
Normal file
5
db/migrate/20140702100130_add_oauth_key_to_consumers.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddOauthKeyToConsumers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :consumers, :oauth_key, :string
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user