forked from Wavyzz/dolibarr
Fix an issue after upgrading to 20.0.x with the backend saying that the sequences llx_expeditiondet_batch_rowid_seq doesn't exist. The table was somehow renamed, and migration fixed for PostgreSQL in the following commits: -3670ba75ba: rename the table to match the intent of the table. -9913778da0: using VPGSQL comments to use a different RENAME function for PostgreSQL. -d73d27466b: Using RENAME TO which is compatible with both PostgreSQL and MySQL. But the sequence was still a leftover after those migrations. Co-authored-by: Alexis Thietard Co-authored-by: Geoffrey Mellar Fixes #31228