[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5962] branches/1.3/sql/modules
- Subject: SF.net SVN: ledger-smb:[5962] branches/1.3/sql/modules
- From: ..hidden..
- Date: Sat, 24 Aug 2013 09:19:06 +0000
Revision: 5962
http://sourceforge.net/p/ledger-smb/code/5962
Author: ehuelsmann
Date: 2013-08-24 09:19:05 +0000 (Sat, 24 Aug 2013)
Log Message:
-----------
Incorporate Chris's review.
Modified Paths:
--------------
branches/1.3/sql/modules/Drafts.sql
branches/1.3/sql/modules/Fixes.sql
Modified: branches/1.3/sql/modules/Drafts.sql
===================================================================
--- branches/1.3/sql/modules/Drafts.sql 2013-08-23 23:03:41 UTC (rev 5961)
+++ branches/1.3/sql/modules/Drafts.sql 2013-08-24 09:19:05 UTC (rev 5962)
@@ -1,3 +1,6 @@
+
+DROP TYPE draft_search_result CASCADE;
+
CREATE TYPE draft_search_result AS (
id int,
transdate date,
@@ -3,4 +6,5 @@
reference text,
description text,
+ type text,
amount numeric
);
Modified: branches/1.3/sql/modules/Fixes.sql
===================================================================
--- branches/1.3/sql/modules/Fixes.sql 2013-08-23 23:03:41 UTC (rev 5961)
+++ branches/1.3/sql/modules/Fixes.sql 2013-08-24 09:19:05 UTC (rev 5962)
@@ -529,4 +529,3 @@
ALTER FUNCTION user__change_password(text) SET datestyle = 'ISO,YMD';
COMMIT;
-DROP TYPE draft_search_result CASCADE;
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits