Skip to content

Commit

Permalink
Exportador
Browse files Browse the repository at this point in the history
  • Loading branch information
edersoares committed Dec 23, 2024
1 parent f55caef commit c5bc978
Show file tree
Hide file tree
Showing 19 changed files with 30 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function up()
$this->dropView('public.exporter_student');

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_student-2020-04-03.sql'
database_path('sqls/views/public.exporter_student-2020-04-03.sql')
);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function up()
$this->dropView('public.exporter_teacher');

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_teacher-2020-04-07.sql'
database_path('sqls/views/public.exporter_teacher-2020-04-07.sql')
);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function up()
$this->dropView('public.exporter_teacher_disciplines');

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_teacher_disciplines-2020-04-07.sql'
database_path('sqls/views/public.exporter_teacher_disciplines-2020-04-07.sql')
);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ public function up()
$this->dropView('public.exporter_person');

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_person-2020-04-16.sql'
database_path('sqls/views/public.exporter_person-2020-04-16.sql')
);

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_student-2020-04-03.sql'
database_path('sqls/views/public.exporter_student-2020-04-03.sql')
);

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_teacher-2020-04-07.sql'
database_path('sqls/views/public.exporter_teacher-2020-04-07.sql')
);
}

Expand All @@ -43,15 +43,15 @@ public function down()
$this->dropView('public.exporter_person');

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_person-2020-04-01.sql'
database_path('sqls/views/public.exporter_person-2020-04-01.sql')
);

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_student-2020-04-03.sql'
database_path('sqls/views/public.exporter_student-2020-04-03.sql')
);

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_teacher-2020-04-07.sql'
database_path('sqls/views/public.exporter_teacher-2020-04-07.sql')
);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function up()
$this->dropView('public.exporter_student');

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_student-2020-04-17.sql'
database_path('sqls/views/public.exporter_student-2020-04-17.sql')
);
}

Expand All @@ -31,7 +31,7 @@ public function down()
$this->dropView('public.exporter_student');

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_student-2020-04-03.sql'
database_path('sqls/views/public.exporter_student-2020-04-03.sql')
);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function up()
$this->dropView('public.exporter_student');

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_student-2020-04-17.sql'
database_path('sqls/views/public.exporter_student-2020-04-17.sql')
);
}

Expand All @@ -31,7 +31,7 @@ public function down()
$this->dropView('public.exporter_student');

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_student-2020-04-03.sql'
database_path('sqls/views/public.exporter_student-2020-04-03.sql')
);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function up()
$this->dropView('public.exporter_student');

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_student-2020-04-22.sql'
database_path('sqls/views/public.exporter_student-2020-04-22.sql')
);
}

Expand All @@ -31,7 +31,7 @@ public function down()
$this->dropView('public.exporter_student');

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_student-2020-04-17.sql'
database_path('sqls/views/public.exporter_student-2020-04-17.sql')
);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function up()
$this->dropView('public.exporter_social_assistance');

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_social_assistance-2020-04-24.sql'
database_path('sqls/views/public.exporter_social_assistance-2020-04-24.sql')
);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ public function up()
$this->dropView('public.exporter_student');

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_student-2020-05-05.sql'
database_path('sqls/views/public.exporter_student-2020-05-05.sql')
);

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_social_assistance-2020-05-05.sql'
database_path('sqls/views/public.exporter_social_assistance-2020-05-05.sql')
);
}

Expand All @@ -37,11 +37,11 @@ public function down()
$this->dropView('public.exporter_student');

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_student-2020-04-22.sql'
database_path('sqls/views/public.exporter_student-2020-04-22.sql')
);

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_social_assistance-2020-04-24.sql'
database_path('sqls/views/public.exporter_social_assistance-2020-04-24.sql')
);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function up()
$this->dropView('public.exporter_social_assistance');

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_social_assistance-2020-05-07.sql'
database_path('sqls/views/public.exporter_social_assistance-2020-05-07.sql')
);
}

Expand All @@ -31,7 +31,7 @@ public function down()
$this->dropView('public.exporter_social_assistance');

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_social_assistance-2020-05-05.sql'
database_path('sqls/views/public.exporter_social_assistance-2020-05-05.sql')
);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ public function up()
$this->dropView('public.exporter_student');

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_student-2020-05-14.sql'
database_path('sqls/views/public.exporter_student-2020-05-14.sql')
);

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_social_assistance-2020-05-07.sql'
database_path('sqls/views/public.exporter_social_assistance-2020-05-07.sql')
);
}

Expand All @@ -37,11 +37,11 @@ public function down()
$this->dropView('public.exporter_student');

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_student-2020-05-05.sql'
database_path('sqls/views/public.exporter_student-2020-05-05.sql')
);

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_social_assistance-2020-05-07.sql'
database_path('sqls/views/public.exporter_social_assistance-2020-05-07.sql')
);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ public function up()
$this->dropView('public.exporter_student');

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_student-2020-05-14_v2.sql'
database_path('sqls/views/public.exporter_student-2020-05-14_v2.sql')
);

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_social_assistance-2020-05-07.sql'
database_path('sqls/views/public.exporter_social_assistance-2020-05-07.sql')
);
}

Expand All @@ -37,11 +37,11 @@ public function down()
$this->dropView('public.exporter_student');

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_student-2020-05-14_v2.sql'
database_path('sqls/views/public.exporter_student-2020-05-14_v2.sql')
);

$this->executeSqlFile(
__DIR__ . '/../sqls/views/public.exporter_social_assistance-2020-05-07.sql'
database_path('sqls/views/public.exporter_social_assistance-2020-05-07.sql')
);
}
}

0 comments on commit c5bc978

Please sign in to comment.