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

SF.net SVN: ledger-smb:[2590] trunk/sql/Pg-database.sql



Revision: 2590
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2590&view=rev
Author:   einhverfr
Date:     2009-05-08 15:58:19 +0000 (Fri, 08 May 2009)

Log Message:
-----------
Pg database changes for better password expiration notification

Modified Paths:
--------------
    trunk/sql/Pg-database.sql

Modified: trunk/sql/Pg-database.sql
===================================================================
--- trunk/sql/Pg-database.sql	2009-05-08 15:52:50 UTC (rev 2589)
+++ trunk/sql/Pg-database.sql	2009-05-08 15:58:19 UTC (rev 2590)
@@ -80,7 +80,8 @@
 last_used TIMESTAMP default now(),
 ttl int default 3600 not null,
 users_id INTEGER NOT NULL references users(id),
-transaction_id INTEGER NOT NULL
+transaction_id INTEGER NOT NULL,
+notify_pasword integer not null default false
 );
 
 CREATE TABLE open_forms (


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.