Skip to content

Commit

Permalink
Ajustado drop function da migração copia_notas_transf;
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinesalib committed Dec 30, 2016
1 parent c7fe739 commit 5eace65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class AlteraFuncaoCopiaNotasTransf extends AbstractMigration
{
public function up()
{
$this->execute("DROP FUNCTION modules.copia_notas_transf;
$this->execute("DROP FUNCTION modules.copia_notas_transf(old_matricula_id integer, new_matricula_id integer);
CREATE OR REPLACE FUNCTION modules.copia_notas_transf(old_matricula_id integer, new_matricula_id integer)
RETURNS void AS
$$
Expand Down

0 comments on commit 5eace65

Please sign in to comment.