add check_uuid_url to codeharbor_link
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
class AddPushUrlRenameOauth2tokenInCodeharborLinks < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :codeharbor_links, :push_url, :string
|
||||
add_column :codeharbor_links, :check_uuid_url, :string
|
||||
rename_column :codeharbor_links, :oauth2token, :api_key
|
||||
end
|
||||
end
|
||||
|
@ -34,6 +34,7 @@ ActiveRecord::Schema.define(version: 2019_10_08_163045) do
|
||||
t.datetime "updated_at"
|
||||
t.integer "user_id"
|
||||
t.string "push_url"
|
||||
t.string "check_uuid_url"
|
||||
t.index ["user_id"], name: "index_codeharbor_links_on_user_id"
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user