From 69ac90518f003895b8ffb6618b84b91ff4256308 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sat, 4 Mar 2023 20:21:24 +0900 Subject: Drop transaction_type. --- verify/transaction_type@v1.0.0-dev1.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 verify/transaction_type@v1.0.0-dev1.sql (limited to 'verify/transaction_type@v1.0.0-dev1.sql') diff --git a/verify/transaction_type@v1.0.0-dev1.sql b/verify/transaction_type@v1.0.0-dev1.sql new file mode 100644 index 0000000..64de361 --- /dev/null +++ b/verify/transaction_type@v1.0.0-dev1.sql @@ -0,0 +1,11 @@ +-- Verify kakeibo:transaction_type on pg + +BEGIN; + +DO $$ + BEGIN + ASSERT (select 1 from pg_type where typname = 'transaction_type'); + END +$$; + +ROLLBACK; -- cgit v1.2.3