This commit is contained in:
notfire 2025-02-18 14:32:08 -05:00
parent bbae0473a7
commit 318bde7aa5
Signed by: notfire
GPG key ID: 3AFDACAAB4E56B16

View file

@ -17,8 +17,10 @@ $migrations = array(
foreach ($migrations as $mig) {
$do = False;
echo(print_r($rows));
echo("\n");
foreach ($rows as $row) {
echo(print_r($row));
echo("\n");
if (!in_array($mig, $row)) {
$do = True;
}