diff --git a/migrations/000.319.sql b/migrations/000.319.sql new file mode 100644 index 0000000..8263f3b --- /dev/null +++ b/migrations/000.319.sql @@ -0,0 +1,4 @@ +-- P5-6891 add Belgium and Canadian invoice numbers + +CREATE SEQUENCE "order-invoiceIdBE" start 1000; +CREATE SEQUENCE "order-invoiceIdCA" start 1000;