From 2eee33d2a2042b209dd5f9ef4b7314ea81a33360 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Wed, 23 Oct 2024 01:44:56 -0600 Subject: Base table schema --- src/db/migrations/2024102303_0.1.0_tables.down.sql | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/db/migrations/2024102303_0.1.0_tables.down.sql (limited to 'src/db/migrations/2024102303_0.1.0_tables.down.sql') diff --git a/src/db/migrations/2024102303_0.1.0_tables.down.sql b/src/db/migrations/2024102303_0.1.0_tables.down.sql new file mode 100644 index 0000000..0cfc411 --- /dev/null +++ b/src/db/migrations/2024102303_0.1.0_tables.down.sql @@ -0,0 +1,16 @@ +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 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; -- cgit 1.4.1