fix : correction des migrations et de la commande make pour lancer les migrations

This commit is contained in:
tristan
2026-02-03 13:11:30 +01:00
parent a34bdbfe8d
commit 13e8698673
4 changed files with 125 additions and 31 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<driver-ref>postgresql</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
<jdbc-url>jdbc:postgresql://localhost:5432/ferme</jdbc-url>
<jdbc-url>jdbc:postgresql://localhost:5433/ferme</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
<data-source source="LOCAL" name="Ferme recette" uuid="ae622167-c834-4e7b-87a5-c1721036f5dc">