Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
Replace tabs with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Snape committed Jun 11, 2014
1 parent fee0cb9 commit 277f6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/database/upgrade/3.1.0.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function mysql()

public function pgsql()
{
$this->db->query('ALTER TABLE community ALTER COLUMN moderatorgroup_id DROP NOT NULL');
$this->db->query('ALTER TABLE community ALTER COLUMN moderatorgroup_id DROP NOT NULL');
}

public function postUpgrade()
Expand Down

0 comments on commit 277f6ac

Please sign in to comment.