mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 05:21:57 +00:00
4 lines
139 B
SQL
4 lines
139 B
SQL
-- Drop function and sequence for sales order numbers
|
|
DROP SEQUENCE IF EXISTS so_number_seq;
|
|
DROP FUNCTION IF EXISTS generate_so_number();
|