We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2901ecb + cd959f2 commit d3008c1Copy full SHA for d3008c1
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