librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1577] in Radio_Sessions table, removed username from


From: David Mignot
Subject: [Librefm-commits] [1577] in Radio_Sessions table, removed username from primary key since it can be null.
Date: Thu, 14 May 2009 19:25:47 +0000

Revision: 1577
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1577
Author:   idflood
Date:     2009-05-14 19:25:47 +0000 (Thu, 14 May 2009)
Log Message:
-----------
in Radio_Sessions table, removed username from primary key since it can be null.

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

Modified: trunk/gnukebox/install.php
===================================================================
--- trunk/gnukebox/install.php  2009-05-14 19:07:57 UTC (rev 1576)
+++ trunk/gnukebox/install.php  2009-05-14 19:25:47 UTC (rev 1577)
@@ -236,7 +236,7 @@
                        session VARCHAR(32),
                        url VARCHAR(255),
                        expires INTEGER NOT NULL DEFAULT 0,
-                       PRIMARY KEY(username,session))");
+                       PRIMARY KEY(session))");
 
        //Table for delete profile requests
        $adodb->Execute("CREATE TABLE Delete_Request (





reply via email to

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