Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Schema changes #221

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Feat: Schema changes #221

wants to merge 2 commits into from

Conversation

Bahugunajii
Copy link
Member

Description

  1. Moved board_medium from the school table to the student table and renamed it to school_medium
  2. Added af_medium to the batch table
  3. Added model to the program table
  4. Added is_current to the program table

Checklist

  • Local testing

@Bahugunajii Bahugunajii self-assigned this Sep 30, 2024
@@ -0,0 +1,22 @@
defmodule Dbservice.Repo.Migrations.UpdateTablesAndColumns do
Copy link
Contributor

Choose a reason for hiding this comment

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

This migration doesn't affect any current analysis/data flows?

Copy link
Contributor

@pritamps pritamps left a comment

Choose a reason for hiding this comment

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

Just a question about migration, otherwise looks good

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