Skip to content

Remove undocumented table_prefix config from README#2

Merged
yannelli merged 1 commit intomainfrom
claude/update-readme-accuracy-LUXTG
Mar 19, 2026
Merged

Remove undocumented table_prefix config from README#2
yannelli merged 1 commit intomainfrom
claude/update-readme-accuracy-LUXTG

Conversation

@yannelli
Copy link
Copy Markdown
Owner

The table_prefix configuration option was documented as controlling the database table prefix, but it is never actually used in the codebase. Table names are hardcoded in the models and migration. Removed the misleading section to keep the README accurate.

The table_prefix configuration option was documented as controlling the
database table prefix, but it is never actually used in the codebase.
Table names are hardcoded in the models and migration. Removed the
misleading section to keep the README accurate.

https://claude.ai/code/session_01KiSMVttL2r3bnoqVph7TXa
Copilot AI review requested due to automatic review settings March 19, 2026 04:06
@yannelli yannelli merged commit 17b156c into main Mar 19, 2026
6 checks passed
@yannelli yannelli deleted the claude/update-readme-accuracy-LUXTG branch March 19, 2026 04:06
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes misleading documentation for the table_prefix configuration option from the README, aligning the docs with the current implementation where Schematic table names are fixed in migrations/models.

Changes:

  • Removed the “Table Prefix” entry from the Configuration table of contents.
  • Removed the “Table Prefix” configuration section and options table.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants