remove doubled migration file
This commit is contained in:
parent
204597b39d
commit
ea47df1043
@ -1,11 +0,0 @@
|
|||||||
class CreateFavoriteProjects < ActiveRecord::Migration[6.0]
|
|
||||||
def change
|
|
||||||
create_table :favorite_projects do |t|
|
|
||||||
t.integer :user_id, null: false
|
|
||||||
t.string :title
|
|
||||||
|
|
||||||
t.timestamps
|
|
||||||
end
|
|
||||||
add_index :favorite_projects, :id, unique: true
|
|
||||||
end
|
|
||||||
end
|
|
||||||
Loading…
x
Reference in New Issue
Block a user