mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-22 12:45:46 +08:00
init project
This commit is contained in:
18
db/migrate/20200106082806_create_version_releases.rb
Normal file
18
db/migrate/20200106082806_create_version_releases.rb
Normal file
@@ -0,0 +1,18 @@
|
||||
class CreateVersionReleases < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
# create_table :version_releases do |t|
|
||||
# t.integer :user_id
|
||||
# t.string :name
|
||||
# t.text :body
|
||||
# t.string :tag_name
|
||||
# t.string :target_commitish
|
||||
# t.boolean :draft, default: false
|
||||
# t.boolean :prerelease, default: false
|
||||
# t.string :tarball_url
|
||||
# t.string :zipball_url
|
||||
# t.string :url
|
||||
# t.string :version_gid
|
||||
# t.timestamps
|
||||
# end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user