Skip to content

Comments

Add F2 sandboxes to the database#53

Open
pawelswiszcz wants to merge 3 commits intomasterfrom
add-f2-sandboxes
Open

Add F2 sandboxes to the database#53
pawelswiszcz wants to merge 3 commits intomasterfrom
add-f2-sandboxes

Conversation

@pawelswiszcz
Copy link

@pawelswiszcz pawelswiszcz commented Feb 19, 2026

This pull request adds a new database migration script to populate the sandboxes table with several F2 sandbox environments, all associated with the IWING_CHANNEL_ID channel.

Database migration:

  • Added db/023_add_f2_sandboxes.js to insert multiple F2 sandbox entries (e.g., f2-sandbox-1 through f2-sandbox-8, f2-sandbox-fandom, f2-sandbox-adeng, and f2-sandbox-qa) into the sandboxes table, each linked to the IWING_CHANNEL_ID from the channels module.

Copy link

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

Adds a new SQLite “migration” script to seed the sandboxes table with a set of F2 sandbox entries tied to the existing IWING_CHANNEL_ID, expanding the environments that Sandbot can manage for that channel.

Changes:

  • Added db/023_add_f2_sandboxes.js to insert multiple f2-sandbox-* rows into sandboxes.
  • Seeds the new sandboxes with empty owner and assigned_at set to null.

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

Copy link
Collaborator

@wera-trollcode wera-trollcode left a comment

Choose a reason for hiding this comment

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

LGTM

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.

2 participants