From 151e9d87e117b7980e6aad522ac8f3633eeca87a Mon Sep 17 00:00:00 2001 From: soryu Date: Mon, 2 Feb 2026 02:34:50 +0000 Subject: Make makima more opinionated and structured --- makima/migrations/20260202200000_remove_custom_templates.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 makima/migrations/20260202200000_remove_custom_templates.sql (limited to 'makima/migrations/20260202200000_remove_custom_templates.sql') diff --git a/makima/migrations/20260202200000_remove_custom_templates.sql b/makima/migrations/20260202200000_remove_custom_templates.sql new file mode 100644 index 0000000..0c80110 --- /dev/null +++ b/makima/migrations/20260202200000_remove_custom_templates.sql @@ -0,0 +1,4 @@ +-- Remove custom templates system +-- Only built-in contract types (simple, specification, execute) are supported now + +DROP TABLE IF EXISTS contract_type_templates; -- cgit v1.2.3