Skip to content

Regenerate db/schema.rb - #650

Merged
hsbt merged 1 commit into
masterfrom
claude/reverent-shaw-fa257e
Jul 26, 2026
Merged

Regenerate db/schema.rb#650
hsbt merged 1 commit into
masterfrom
claude/reverent-shaw-fa257e

Conversation

@hsbt

@hsbt hsbt commented Jul 26, 2026

Copy link
Copy Markdown
Member

db/schema.rb still declared version 2023_09_11_072108 while 20241121042607_add_eol_date.rb is already applied, so db:schema:load produced a database without servers.eol_date. I regenerated the schema by loading it into PostgreSQL and running the pending migration with Rails 8.1. The only semantic changes are the new eol_date column, the version bump, and the enable_extension "pg_catalog.plpgsql" line that PostgreSQL dumps always include. That line is a no-op on the SQLite adapter, so development and test are unaffected. The large diff comes from the Rails 8.1 schema dumper, which now sorts columns alphabetically, so this ordering is stable for future dumps.

20241121042607_add_eol_date.rb was applied without regenerating the
schema. Dumped against PostgreSQL with Rails 8.1, whose schema dumper
now sorts columns alphabetically.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@hsbt
hsbt merged commit ff280cc into master Jul 26, 2026
2 checks passed
@hsbt
hsbt deleted the claude/reverent-shaw-fa257e branch July 26, 2026 22:34
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.

1 participant