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

Commit 277f6ac

Browse files
author
Jamie Snape
committed
Replace tabs with spaces
1 parent fee0cb9 commit 277f6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/database/upgrade/3.1.0.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function mysql()
3131

3232
public function pgsql()
3333
{
34-
$this->db->query('ALTER TABLE community ALTER COLUMN moderatorgroup_id DROP NOT NULL');
34+
$this->db->query('ALTER TABLE community ALTER COLUMN moderatorgroup_id DROP NOT NULL');
3535
}
3636

3737
public function postUpgrade()

0 commit comments

Comments
 (0)