add uuid check
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
class AddPushUrlClientIdClientSecretToCodeharborLinks < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :codeharbor_links, :push_url, :string
|
||||
add_column :codeharbor_links, :client_id, :string
|
||||
add_column :codeharbor_links, :client_secret, :string
|
||||
end
|
||||
end
|
@@ -0,0 +1,6 @@
|
||||
class AddPushUrlRenameOauth2tokenInCodeharborLinks < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :codeharbor_links, :push_url, :string
|
||||
rename_column :codeharbor_links, :oauth2token, :api_key
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user