librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1802] added flag to install script


From: Matt Lee
Subject: [Librefm-commits] [1802] added flag to install script
Date: Sun, 24 May 2009 17:12:38 +0000

Revision: 1802
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1802
Author:   mattl
Date:     2009-05-24 17:12:38 +0000 (Sun, 24 May 2009)
Log Message:
-----------
added flag to install script

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

Modified: branches/stable/gnukebox/install.php
===================================================================
--- branches/stable/gnukebox/install.php        2009-05-24 17:06:51 UTC (rev 
1801)
+++ branches/stable/gnukebox/install.php        2009-05-24 17:12:38 UTC (rev 
1802)
@@ -78,6 +78,7 @@
                webid_uri VARCHAR(255),
                avatar_uri VARCHAR(255),
                active INTEGER DEFAULT 1,
+               public_export INTEGER DEFAULT 0,
                location_uri VARCHAR(255) REFERENCES Places(location_uri),
                laconica_profile VARCHAR(255),
                journal_rss VARCHAR(255))");

Modified: trunk/gnukebox/install.php
===================================================================
--- trunk/gnukebox/install.php  2009-05-24 17:06:51 UTC (rev 1801)
+++ trunk/gnukebox/install.php  2009-05-24 17:12:38 UTC (rev 1802)
@@ -78,6 +78,7 @@
                webid_uri VARCHAR(255),
                avatar_uri VARCHAR(255),
                active INTEGER DEFAULT 1,
+               public_export INTEGER DEFAULT 0,
                location_uri VARCHAR(255) REFERENCES Places(location_uri),
                laconica_profile VARCHAR(255),
                journal_rss VARCHAR(255))");





reply via email to

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