diff --git a/fix_column_migration.php b/fix_column_migration.php new file mode 100644 index 0000000..3f2164a --- /dev/null +++ b/fix_column_migration.php @@ -0,0 +1,11 @@ +exec($sql); + echo "Colonne 'is_active' ajoutée avec succès."; +} catch (Exception $e) { + echo "Erreur : " . $e->getMessage(); +} +?> \ No newline at end of file