summaryrefslogtreecommitdiff
path: root/makima/migrations/20260202200000_remove_custom_templates.sql
blob: 0c801104b31ab4b60d02c6be228c2eab9607ee19 (plain) (blame)
1
2
3
4
-- Remove custom templates system
-- Only built-in contract types (simple, specification, execute) are supported now

DROP TABLE IF EXISTS contract_type_templates;