Changes between Version 6 and Version 7 of usefulQueries


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

--

Legend:

Unmodified
Added
Removed
Modified
  • usefulQueries

    v6 v7  
    298298
    299299delete from t_markup_records;
     300alter sequence gen_t_markup_records_id restart with 0;
     301commit work;
    300302delete from t_markups;
     303alter sequence gen_t_markups_id restart with 0;
    301304commit work;
    302305