![]() |
|
|||
File indexing completed on 2024-04-06 12:22:58
0001 /* 0002 * Drops everything creates in create_run_core.sql 0003 */ 0004 0005 0006 DROP TABLE run_iov; 0007 DROP TABLE run_tag; 0008 DROP TABLE run_type_def; 0009 DROP TABLE location_def; 0010 0011 DROP SEQUENCE location_def_sq; 0012 DROP SEQUENCE run_type_def_sq; 0013 DROP SEQUENCE run_iov_sq; 0014 DROP SEQUENCE run_tag_sq; 0015 0016 -- Done automatically: 0017 -- DROP TRIGGER run_iov_tg;
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |