Scaffold CodeHarbourLink with field oauth2token

(leoselig/codeocean#2)
This commit is contained in:
leo.selig
2016-02-04 10:59:49 +01:00
parent 92f6c7a06f
commit 76bf3dd3f0
15 changed files with 234 additions and 0 deletions

View File

@ -0,0 +1,9 @@
class CreateCodeHarborLinks < ActiveRecord::Migration
def change
create_table :code_harbor_links do |t|
t.string :oauth2token
t.timestamps
end
end
end