From a2a834e9da49dccaa16c010cee86840680960299 Mon Sep 17 00:00:00 2001
From: Lorenz Schori <lo@znerol.ch>
Date: Tue, 13 Sep 2011 17:11:47 +0200
Subject: [PATCH] Fixes [#1277842]

---
 og.install |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/og.install b/og.install
index ccad8c1..121b2ac 100644
--- a/og.install
+++ b/og.install
@@ -360,7 +360,7 @@ function og_field_schema($field) {
   $columns = array(
     'gid' => array(
       'description' => 'The group unique ID.',
-      'type' => 'float',
+      'type' => 'int',
       'unsigned' => TRUE,
       'not null' => FALSE,
     ),
-- 
1.7.4.1

