summaryrefslogtreecommitdiff
path: root/makima/migrations/20260202200000_remove_custom_templates.sql
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2026-02-02 02:34:50 +0000
committersoryu <soryu@soryu.co>2026-02-02 02:34:50 +0000
commit151e9d87e117b7980e6aad522ac8f3633eeca87a (patch)
treee80fb4301361b3b12e5abf8e442603db2d0622dc /makima/migrations/20260202200000_remove_custom_templates.sql
parenta2c147ddd59f55a07b5be0c8970169726b55c876 (diff)
downloadsoryu-151e9d87e117b7980e6aad522ac8f3633eeca87a.tar.gz
soryu-151e9d87e117b7980e6aad522ac8f3633eeca87a.zip
Make makima more opinionated and structured
Diffstat (limited to 'makima/migrations/20260202200000_remove_custom_templates.sql')
-rw-r--r--makima/migrations/20260202200000_remove_custom_templates.sql4
1 files changed, 4 insertions, 0 deletions
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;