From 1fa3995736212dedf6f75014ff9909569be3eb92 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Wed, 5 Nov 2025 23:41:00 +0000 Subject: [PATCH] fix 13 --- run-migrations.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 run-migrations.php diff --git a/run-migrations.php b/run-migrations.php new file mode 100644 index 0000000..559bc8c --- /dev/null +++ b/run-migrations.php @@ -0,0 +1,16 @@ +exec($sql); + echo "Successfully ran migration: $file\n"; + + echo "All migrations ran successfully.\n"; + +} catch (PDOException $e) { + die("Database error: " . $e->getMessage()); +} +?> \ No newline at end of file