Skip to content

feat: Create another migration for testing#1188

Merged
timmc-edx merged 1 commit intomainfrom
timmc/migr2
Mar 11, 2026
Merged

feat: Create another migration for testing#1188
timmc-edx merged 1 commit intomainfrom
timmc/migr2

Conversation

@timmc-edx
Copy link
Member

Forward SQL:

BEGIN;
--
-- Rename field dummy_field on boms227 to dummy_field2
--
ALTER TABLE "edx_arch_experiments_boms227" RENAME COLUMN "dummy_field" TO "dummy_field2";
COMMIT;

Backwards SQL:

BEGIN;
--
-- Rename field dummy_field on boms227 to dummy_field2
--
ALTER TABLE "edx_arch_experiments_boms227" RENAME COLUMN "dummy_field2" TO "dummy_field";
COMMIT;

BOMS-227

Merge checklist:
Check off if complete or not applicable:

  • Version bumped
  • Changelog record added
  • Documentation updated (not only docstrings)
  • Fixup commits are squashed away
  • Unit tests added/updated
  • Manual testing instructions provided
  • Noted any: Concerns, dependencies, migration issues, deadlines, tickets

Forward SQL:

```
BEGIN;
--
-- Rename field dummy_field on boms227 to dummy_field2
--
ALTER TABLE "edx_arch_experiments_boms227" RENAME COLUMN "dummy_field" TO "dummy_field2";
COMMIT;
```

Backwards SQL:

```
BEGIN;
--
-- Rename field dummy_field on boms227 to dummy_field2
--
ALTER TABLE "edx_arch_experiments_boms227" RENAME COLUMN "dummy_field2" TO "dummy_field";
COMMIT;
```

BOMS-227
@timmc-edx timmc-edx merged commit 5e7b60e into main Mar 11, 2026
6 checks passed
@timmc-edx timmc-edx deleted the timmc/migr2 branch March 11, 2026 14:29
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