Changes between Version 5 and Version 6 of usefulQueries


Ignore:
Timestamp:
01/22/2019 03:42:21 AM (7 years ago)
Author:
sokol
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • usefulQueries

    v5 v6  
    327327commit work;
    328328
     329delete from t_cash_orders;
     330commit work;
     331delete from t_cash_order_types where  cash_order_type_id > 0;
     332commit work;
     333delete from t_cash_order_groups where  cash_order_group_id > 0;
     334commit work;
     335
    329336delete from T_ACCOUNTS;
    330337alter sequence gen_clientaccount_id restart with 0;