-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdrop.sql
43 lines (22 loc) · 792 Bytes
/
drop.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
drop table if exists diagnose;
drop table if exists diagnose_group;
drop table if exists doctrine_migration_versions;
drop table if exists event_place;
drop table if exists healthcare_service;
drop table if exists healthcare_facility;
drop table if exists medical_product_substance;
drop table if exists substance_value;
drop table if exists medical_product;
drop table if exists administration_method;
drop table if exists country;
drop table if exists dispensing;
drop table if exists indication_group;
drop table if exists product_document;
drop table if exists product_form;
drop table if exists registration_status;
drop table if exists substance;
drop table if exists addiction;
drop table if exists doping;
drop table source;
drop table unit;
drop table wrapping;