Closed SimonLab closed 1 year ago
The tags
table still has a foreign key index to the people
table:
Running: alter table tags drop constraint tags_person_id_fkey;
to remove the index. We should now be able to drop the people table with drop table people;
Listing the tables:
@nelsonic @LuchoTurtle let me know if you have any issues with the mvp but I think now the database reflect the migrations files we have on the project.
@SimonLab go for it. thanks. 👍
No errors reported closing for now
281 has been fixed by removing the foreign key
items_people_id
.However the
people
table still exists on the database.