FIX[BE}: really fixed duplicate SO number

This commit is contained in:
aguhh18
2025-12-10 11:53:21 +07:00
parent e00f168a15
commit 16d1358b3a
3 changed files with 21 additions and 73 deletions
@@ -0,0 +1,3 @@
-- Drop function and sequence for sales order numbers
DROP FUNCTION IF EXISTS generate_so_number();
DROP SEQUENCE IF EXISTS so_number_seq;