You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each time I upgrade, i have to delete the file database/migrations/YYYY_MM_DD_192442_add_ldap_columns_to_users_table.php (where YYYY_MM_DD seems to represent the date of the Docker image update). I delete the file beacause, I have debug it and it seems that all actions made by this file are already made. But I don't know why this file is recreated each time (with a new date) I upgrade.
Please note that I'm using Docker, I don't know if this is relevant or not, I jut want to tell it because I don't see this file in source code.
How can I fix that ?
Many thanks !
The text was updated successfully, but these errors were encountered:
Hi,
Every time I upgrade Mercator, the database upgrade fails with an error :
Each time I upgrade, i have to delete the file database/migrations/YYYY_MM_DD_192442_add_ldap_columns_to_users_table.php (where YYYY_MM_DD seems to represent the date of the Docker image update). I delete the file beacause, I have debug it and it seems that all actions made by this file are already made. But I don't know why this file is recreated each time (with a new date) I upgrade.
Please note that I'm using Docker, I don't know if this is relevant or not, I jut want to tell it because I don't see this file in source code.
How can I fix that ?
Many thanks !
The text was updated successfully, but these errors were encountered: