Author: danydb Date: 2011-05-16 19:12:35 +0200 (Mon, 16 May 2011) New Revision: 4109
Modified: phpcompta/trunk/html/admin/sql/patch/upgrade93.sql Log: update script 93 Modified: phpcompta/trunk/html/admin/sql/patch/upgrade93.sql =================================================================== --- phpcompta/trunk/html/admin/sql/patch/upgrade93.sql 2011-05-16 16:57:33 UTC (rev 4108) +++ phpcompta/trunk/html/admin/sql/patch/upgrade93.sql 2011-05-16 17:12:35 UTC (rev 4109) @@ -5,8 +5,6 @@ create type anc_table_card_type as (po_id bigint,pa_id bigint,PO_NAME TEXT,po_description text,sum_amount numeric(25,4),f_id bigint,card_account text,name text); -drop function comptaproc.table_analytic_card (p_from text,p_to text); - create or replace function comptaproc.table_analytic_card (p_from text,p_to text) returns setof anc_table_card_type as @@ -64,7 +62,6 @@ create type anc_table_account_type as (po_id bigint,pa_id bigint,PO_NAME TEXT,po_description text,sum_amount numeric(25,4),card_account text,name text); -drop function comptaproc.table_analytic_account (p_from text,p_to text); create or replace function comptaproc.table_analytic_account (p_from text,p_to text) returns setof anc_table_account_type as _______________________________________________ Phpcompta-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/phpcompta-dev
