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

SF.net SVN: ledger-smb:[6149] trunk/sql



Revision: 6149
          http://sourceforge.net/p/ledger-smb/code/6149
Author:   einhverfr
Date:     2013-10-22 14:41:24 +0000 (Tue, 22 Oct 2013)
Log Message:
-----------
Fixing schema to add an accept_input bool.

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

Modified: trunk/sql/Pg-database.sql
===================================================================
--- trunk/sql/Pg-database.sql	2013-10-22 14:04:16 UTC (rev 6148)
+++ trunk/sql/Pg-database.sql	2013-10-22 14:41:24 UTC (rev 6149)
@@ -1359,7 +1359,8 @@
    setting_key text not null references defaults(setting_key),
    prefix text,
    suffix text,
-   sequence text not null default '1'
+   sequence text not null default '1',
+   accept_input bool default true
 );
 
 -- */

Modified: trunk/sql/modules/Fixes.sql
===================================================================
--- trunk/sql/modules/Fixes.sql	2013-10-22 14:04:16 UTC (rev 6148)
+++ trunk/sql/modules/Fixes.sql	2013-10-22 14:41:24 UTC (rev 6149)
@@ -239,7 +239,8 @@
    setting_key text not null references defaults(setting_key),
    prefix text,
    suffix text,
-   sequence text not null default '1'
+   sequence text not null default '1',
+   accept_input bool default true
 );
 
 COMMIT;

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


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits