rge
This commit is contained in:
parent
bbae0473a7
commit
318bde7aa5
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue