mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 13:43:05 +08:00
fixed db:migrate
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
ails db:migrateclass CreateClaims < ActiveRecord::Migration[5.2]
|
class CreateClaims < ActiveRecord::Migration[5.2]
|
||||||
def change
|
def change
|
||||||
create_table :claims do |t|
|
create_table :claims do |t|
|
||||||
t.integer :issue_id
|
t.integer :issue_id
|
||||||
|
|||||||
Reference in New Issue
Block a user