Skip to content

Commit

Permalink
Remove unneeded DB change see #8380
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Aug 11, 2016
1 parent 2d57c8d commit c1926f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Migrations/Schema/V110/Version110.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public function up(Schema $schema)
$this->addSql("CREATE TABLE IF NOT EXISTS c_student_publication_comment (iid INT NOT NULL PRIMARY KEY, id INT NULL, work_id INT NOT NULL, c_id INT NOT NULL, comment text, file VARCHAR(255), user_id int NOT NULL, sent_at datetime NOT NULL)");
$this->addSql("CREATE TABLE IF NOT EXISTS c_attendance_calendar_rel_group (iid int NOT NULL auto_increment PRIMARY KEY, id INT, c_id INT NOT NULL, group_id INT NOT NULL, calendar_id INT NOT NULL)");

$this->addSql("ALTER TABLE session MODIFY COLUMN date_start date default NULL, MODIFY COLUMN date_end date default NULL");
$this->addSql("ALTER TABLE skill_rel_user MODIFY COLUMN acquired_skill_at datetime default NULL");
$this->addSql("ALTER TABLE track_e_access MODIFY COLUMN access_date datetime DEFAULT NULL");
$this->addSql("ALTER TABLE track_e_lastaccess MODIFY COLUMN access_date datetime DEFAULT NULL");
Expand Down

0 comments on commit c1926f7

Please sign in to comment.