librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1572] changed 'id' in table error ( from 'id int(11)


From: David Mignot
Subject: [Librefm-commits] [1572] changed 'id' in table error ( from 'id int(11) auto-increment key' to 'id serial primary key'?\194?\160)
Date: Thu, 14 May 2009 18:01:15 +0000

Revision: 1572
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1572
Author:   idflood
Date:     2009-05-14 18:01:15 +0000 (Thu, 14 May 2009)
Log Message:
-----------
changed 'id' in table error ( from 'id int(11) auto-increment key' to 'id 
serial primary key'?\194?\160)

Modified Paths:
--------------
    trunk/gnukebox/install.php

Modified: trunk/gnukebox/install.php
===================================================================
--- trunk/gnukebox/install.php  2009-05-14 17:16:46 UTC (rev 1571)
+++ trunk/gnukebox/install.php  2009-05-14 18:01:15 UTC (rev 1572)
@@ -220,8 +220,8 @@
                track VARCHAR(255))");
 
        $adodb->Execute("CREATE TABLE Error(
-                   id INTEGER(11) AUTO_INCREMENT KEY,
-                   msg TEXT,
+                       id SERIAL PRIMARY KEY,
+                       msg TEXT,
                    data TEXT,
                    time INTEGER)");
        $adodb->Execute("CREATE TABLE Recovery_Request(





reply via email to

[Prev in Thread] Current Thread [Next in Thread]