mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-08-03 07:01:56 +00:00
describeTable on a migrated postgres database returns lowercase column names, so the camelCase existence checks never matched and a replay attempted addColumn twice, failing the migration. Match column names case-insensitively like the other postgres-hardened migrations. |
||
|---|---|---|
| .. | ||
| auth | ||
| controllers | ||
| finders | ||
| managers | ||
| migrations | ||
| models | ||
| objects | ||
| providers | ||
| scripts | ||
| utils | ||
| Database.test.js | ||
| Logger.test.js | ||