Skip to content

chore: clean up migrations history

ALLIDJINOU Michee requested to merge fix-migrations into main

Fix errors related to migrations files. Remove all previous migrations files and generate two files:

  • one for the database schema
  • the other to delete migrations history from the database

Merge request reports