Skip to content

Fix: Remove platform database references from docker-entrypoint#148

Merged
misabegovic merged 1 commit into
mainfrom
fix-platform-db-references
Feb 4, 2026
Merged

Fix: Remove platform database references from docker-entrypoint#148
misabegovic merged 1 commit into
mainfrom
fix-platform-db-references

Conversation

@misabegovic
Copy link
Copy Markdown
Owner

Summary

  • Remove references to db:create:platform and db:migrate:platform from docker-entrypoint
  • Platform database was removed in previous commits but entrypoint wasn't updated

Problem

Production deployment was failing with:

Unrecognized command "db:create:platform" (Rails::Command::UnrecognizedCommandError)
Unrecognized command "db:migrate:platform" (Rails::Command::UnrecognizedCommandError)

Test plan

  • Deploy to production and verify no database errors

🤖 Generated with Claude Code

Platform database was removed in previous commits. The entrypoint
was still trying to run db:create:platform and db:migrate:platform
which caused deployment failures.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@misabegovic misabegovic merged commit c90c8d4 into main Feb 4, 2026
2 checks passed
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