fixed db:migrate
This commit is contained in:
parent
93dd5b5d84
commit
ba9e74f373
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue