mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-16 09:45:57 +08:00
新增:许可证排序字段
This commit is contained in:
5
db/migrate/20240809030936_add_position_to_licenses.rb
Normal file
5
db/migrate/20240809030936_add_position_to_licenses.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddPositionToLicenses < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :licenses, :position, :integer, default: 0
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user