Commit 9e2498b21e90c353b888f4498586fe6de6af5045
1 parent
9066c380
Exists in
master
and in
1 other branch
fix type column data_base_remanejamento and data_base_transferencia boolean to date
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
ieducar/misc/database/migrations/20161007002450_add_columns_transferido_remanejado.php
@@ -9,8 +9,8 @@ class AddColumnsTransferidoRemanejado extends AbstractMigration | @@ -9,8 +9,8 @@ class AddColumnsTransferidoRemanejado extends AbstractMigration | ||
9 | { | 9 | { |
10 | $this->execute("ALTER TABLE pmieducar.matricula_turma ADD COLUMN transferido boolean;"); | 10 | $this->execute("ALTER TABLE pmieducar.matricula_turma ADD COLUMN transferido boolean;"); |
11 | $this->execute("ALTER TABLE pmieducar.matricula_turma ADD COLUMN remanejado boolean;"); | 11 | $this->execute("ALTER TABLE pmieducar.matricula_turma ADD COLUMN remanejado boolean;"); |
12 | - $this->execute("ALTER TABLE pmieducar.instituicao ADD COLUMN data_base_remanejamento boolean;"); | ||
13 | - $this->execute("ALTER TABLE pmieducar.instituicao ADD COLUMN data_base_transferencia boolean;"); | 12 | + $this->execute("ALTER TABLE pmieducar.instituicao ADD COLUMN data_base_remanejamento date;"); |
13 | + $this->execute("ALTER TABLE pmieducar.instituicao ADD COLUMN data_base_transferencia date;"); | ||
14 | } | 14 | } |
15 | 15 | ||
16 | public function down() | 16 | public function down() |