Browse Source

ADD repositories表中添加fork_url字段

tags/v1
Jasder 6 years ago
parent
commit
245a377be9
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      db/migrate/20200515024117_add_fork_url_to_repositories.rb

+ 5
- 0
db/migrate/20200515024117_add_fork_url_to_repositories.rb View File

@@ -0,0 +1,5 @@
class AddForkUrlToRepositories < ActiveRecord::Migration[5.2]
def change
add_column :repositories, :fork_url, :string, default: nil
end
end

Loading…
Cancel
Save