From 4bf6aeed394ba1a30cf99e4945c37e5243d553ef Mon Sep 17 00:00:00 2001
From: Rodolphe Quiedeville <rodolphe@quiedeville.org>
Date: Tue, 30 Aug 2005 13:50:40 +0000
Subject: [PATCH] Suppression champs rowid inutile

---
 mysql/tables/llx_societe_perms.sql | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mysql/tables/llx_societe_perms.sql b/mysql/tables/llx_societe_perms.sql
index c27915aafe6..519fd1c0e12 100644
--- a/mysql/tables/llx_societe_perms.sql
+++ b/mysql/tables/llx_societe_perms.sql
@@ -22,7 +22,6 @@
 
 create table llx_societe_perms
 (
-  rowid     integer AUTO_INCREMENT PRIMARY KEY,
   fk_soc    integer,
   fk_user   integer,
   pread     tinyint unsigned DEFAULT 0,
-- 
GitLab