mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-15 14:01:22 +01:00
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
# README
########
This directory contains:
data: A directory with SQL script to add Dolibarr initial data.
migration: A directory with SQL script to migrate Dolibarr database from
one version to another version.
tables: A directory with all files with create tables and index orders.