Skip to content

Instantly share code, notes, and snippets.

@co3k
Created October 7, 2011 12:42
Show Gist options
  • Select an option

  • Save co3k/1270198 to your computer and use it in GitHub Desktop.

Select an option

Save co3k/1270198 to your computer and use it in GitHub Desktop.
diff --git a/data/migrations/3.3.1/034_add_is_pre_column.php b/data/migrations/3.3.1/034_add_is_pre_column.php
index 88b8c35..a50ab42 100644
--- a/data/migrations/3.3.1/034_add_is_pre_column.php
+++ b/data/migrations/3.3.1/034_add_is_pre_column.php
@@ -15,7 +15,7 @@ class Revision34_AddIsPreColumn extends Doctrine_Migration_Base
$this->column($direction, 'community_member', 'is_pre', 'boolean', null, array(
'default' => 0,
'notnull' => true,
- 'comment' => 'Member\\\'s position in this community',
+ 'comment' => 'Member\'\'s position in this community',
));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment