We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67bc3dc commit 0c72b9cCopy full SHA for 0c72b9c
1 file changed
src/main/resources/db/migration/V1_8__remove_template_params.sql
@@ -0,0 +1,7 @@
1
+DELETE FROM scaffold_template_properties WHERE name = 'company_name';
2
+DELETE FROM scaffold_template_properties WHERE name = 'company_address';
3
+DELETE FROM scaffold_template_properties WHERE name = 'customer_name';
4
+DELETE FROM scaffold_template_properties WHERE name = 'customer_address';
5
+DELETE FROM scaffold_template_properties WHERE name = 'service_or_goods_type';
6
+DELETE FROM scaffold_template_properties WHERE name = 'service_or_goods_amour';
7
+DELETE FROM scaffold_template_properties WHERE name = 'vat_rate';
0 commit comments