blob: 3d13777828d7439027937ced66842c6b88115a29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
drop table phtx."image_field_enumerated";
drop table phtx."image_field_float";
drop table phtx."image_field_integer";
drop table phtx."image_field_text";
drop table phtx."image_field";
drop table phtx."field";
drop table phtx."image_data_local";
drop table phtx."image_data";
drop table phtx."image";
drop table phtx."login_session";
drop table phtx."user";
drop table phtx."user_token";
drop type phtx.image_data_image_type;
drop type phtx.image_data_storage_type;
drop type phtx.image_data_file_format;
drop type phtx.image_field_type;
drop type phtx.token_invalidation_reason;
drop type phtx.token_scope;
|