root/docs/usc/nemo/usr2/home/jcothran/cc/cpy/copy_tables.xml

Revision 103 (checked in by jcothran, 2 years ago)

--

Line 
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <!-- the below tables are listed in their dependency order, so when populating the list should be read in order forward and when deleting the list should be read in order backward -->
4
5 <tableList>
6
7         <!-- data dictionary -->
8         <table>
9                 <name>obs_type</name>
10                 <columns>row_id,row_entry_date,row_update_date,standard_name,definition</columns>
11         </table>
12         <table>
13                 <name>uom_type</name>
14                 <columns>row_id,row_entry_date,row_update_date,standard_name,definition,display</columns>
15         </table>
16         <table>
17                 <name>m_scalar_type</name>
18                 <columns>row_id,row_entry_date,row_update_date,obs_type_id,uom_type_id</columns>
19         </table>
20         <table>
21                 <name>m_type</name>
22                 <columns>row_id,row_entry_date,row_update_date,num_types,m_scalar_type_id,m_scalar_type_id_2,m_scalar_type_id_3,m_scalar_type_id_4,m_scalar_type_id_5,m_scalar_type_id_6,m_scalar_type_id_7,m_scalar_type_id_8</columns>
23         </table>
24
25         <!-- collection -->     
26         <table>
27                 <name>collection_type</name>
28                 <columns>row_id,row_entry_date,row_update_date,type_name,description</columns>
29         </table>
30         <table>
31                 <name>collection</name>
32                 <columns>row_id,row_entry_date,row_update_date,type_id,short_name,long_name,description,fixed_date,min_date,max_date,fixed_lon,min_lon,max_lon,fixed_lat,min_lat,max_lat,fixed_z,min_z,max_z</columns>
33         </table>
34
35         <!-- organization -->           
36         <table>
37                 <name>app_catalog</name>
38                 <columns>row_id,row_entry_date,row_update_date,short_name,long_name,description</columns>
39         </table>
40         <table>
41                 <name>project</name>
42                 <columns>row_id,row_entry_date,row_update_date,short_name,long_name,description</columns>
43         </table>
44         <table>
45                 <name>organization</name>
46                 <columns>row_id,row_entry_date,row_update_date,short_name,active,long_name,description,url,opendap_url</columns>
47         </table>
48
49         <!-- platform -->               
50         <table>
51                 <name>platform_type</name>
52                 <columns>row_id,row_entry_date,row_update_date,type_name,description</columns>
53         </table>
54         <table>
55                 <name>platform</name>
56                 <columns>row_id,row_entry_date,row_update_date,organization_id,type_id,short_name,platform_handle,fixed_longitude,fixed_latitude,active,begin_date,end_date,project_id,app_catalog_id,long_name,description,url,collection_id,collection_id_2</columns>
57         </table>
58  
59         <!-- sensor -->         
60         <table>
61                 <name>sensor_type</name>
62                 <columns>row_id,row_entry_date,row_update_date,type_name,description</columns>
63         </table>
64         <table>
65                 <name>sensor</name>
66                 <columns>row_id,row_entry_date,row_update_date,platform_id,type_id,short_name,m_type_id,fixed_z,active,begin_date,end_date,s_order,url,collection_id,collection_id_2</columns>
67         </table>
68         <table>
69                 <name>sensor_attr</name>
70                 <columns>row_id,row_entry_date,row_update_date,sensor_id,attr_name,attr_value</columns>
71         </table>
72
73         <!-- quality control -->               
74         <table>
75                 <name>quality_control_type</name>
76                 <columns>row_id,row_entry_date,row_update_date,type_name,description</columns>
77         </table>
78         <table>
79                 <name>quality_control</name>
80                 <columns>row_id,row_entry_date,row_update_date,type_id,short_name,description,url,begin_date,end_date,contact_name,contact_email,contact_phone</columns>
81         </table>
82
83         <!-- multi_obs -->             
84         <table>
85                 <name>multi_obs</name>
86                 <columns>row_id,row_entry_date,row_update_date,platform_handle,sensor_id,m_type_id,m_date,m_lon,m_lat,m_z,m_value,m_value_2,m_value_3,m_value_4,m_value_5,m_value_6,m_value_7,m_value_8,m_desc,qc_id,qc_level,qc_flag,qc_id_2,qc_level_2,qc_flag_2,collection_id,collection_id_2,d_label_theta,d_top_of_hour,d_report_hour</columns>
87         </table>
88
89         <!-- product support -->               
90         <table>
91                 <name>product_type</name>
92                 <columns>row_id,row_entry_date,row_update_date,type_name,description</columns>
93         </table>
94         <table>
95                 <name>timestamp_lkp</name>
96                 <columns>row_id,row_entry_date,row_update_date,product_id,pass_timestamp,filepath</columns>
97         </table>
98         <table>
99                 <name>m_type_display_order</name>
100                 <columns>row_id,row_entry_date,row_update_date,m_type_id</columns>
101         </table>
102
103         <!-- extra schema for qc testing and notification -->   
104         <table>
105                 <name>test_type</name>
106                 <columns>row_id,row_entry_date,row_update_date,type_name,description,required_attr</columns>
107         </table>
108         <table>
109                 <name>test</name>
110                 <columns>row_id,row_entry_date,row_update_date,sensor_id,type_id,active,recurring,eff_begin_date,eff_end_date,done_date,wait_interval,passed,latest_m_value,ignore</columns>
111         </table>
112        
113         <table>
114                 <name>test_attr</name>
115                 <columns>row_id,row_entry_date,row_update_date,test_id,attr_name,attr_value</columns>
116         </table>
117        
118         <table>
119                 <name>app_action_type</name>
120                 <columns>row_id,row_entry_date,row_update_date,type_name,description</columns>
121         </table>
122         <table>
123                 <name>app_action</name>
124                 <columns>row_id,row_entry_date,row_update_date,test_id,type_id,active,done_date,wait_interval,ignore</columns>
125         </table>
126        
127         <table>
128                 <name>app_user</name>
129                 <columns>row_id,row_entry_date,row_update_date,app_user_name,email</columns>
130         </table>
131        
132         <table>
133                 <name>app_group</name>
134                 <columns>row_id,row_entry_date,row_update_date,app_group_name</columns>
135         </table>
136         <table>
137                 <name>app_user_group</name>
138                 <columns>row_id,row_entry_date,row_update_date,app_user_id,app_group_id</columns>
139         </table>       
140         <table>
141                 <name>app_message</name>
142                 <columns>row_id,row_entry_date,row_update_date,app_message_subject,app_message_content</columns>
143         </table>       
144         <table>
145                 <name>email</name>
146                 <columns>row_id,row_entry_date,row_update_date,app_action_id,app_message_importance,app_message_id,app_group_id,app_user_id</columns>
147         </table>       
148        
149 </tableList>
Note: See TracBrowser for help on using the browser.