Skip to content

Complete BigAutoField Migrations - #1265

Merged
brian-kim31 merged 3 commits into
mainfrom
bigautofield_migration
Feb 4, 2026
Merged

Complete BigAutoField Migrations#1265
brian-kim31 merged 3 commits into
mainfrom
bigautofield_migration

Conversation

@brian-kim31

Copy link
Copy Markdown
Contributor

🛠️ Repo maintenance

PR Description

This PR makes and applies new migrations for BigAutoField for 'files', 'jobs', 'mapping' models.

Migrations were applied sucessfully and a test was done to ensure no features were broken

Related Issues or other material

Related #1260
Closes #1260

Screenshots, example outputs/behaviour etc.

> uv run python manage.py migrate                           
warning: The `requires-python` specifier (`~=3.11`) in `api` uses the tilde specifier (`~=`) without a patch version. This will be interpreted as `>=3.11, <4`. Did you mean `~=3.11.0` to constrain the version as `>=3.11.0, <3.12`? We recommend only using the tilde specifier with a patch version to avoid ambiguity.
/Users/brian/Documents/carrot-mapper/app/api/.venv/lib/python3.14/site-packages/dj_rest_auth/registration/serializers.py:228: UserWarning: app_settings.USERNAME_REQUIRED is deprecated, use: app_settings.SIGNUP_FIELDS['username']['required']
  required=allauth_account_settings.USERNAME_REQUIRED,
/Users/brian/Documents/carrot-mapper/app/api/.venv/lib/python3.14/site-packages/dj_rest_auth/registration/serializers.py:230: UserWarning: app_settings.EMAIL_REQUIRED is deprecated, use: app_settings.SIGNUP_FIELDS['email']['required']
  email = serializers.EmailField(required=allauth_account_settings.EMAIL_REQUIRED)
/Users/brian/Documents/carrot-mapper/app/api/.venv/lib/python3.14/site-packages/dj_rest_auth/registration/serializers.py:288: UserWarning: app_settings.EMAIL_REQUIRED is deprecated, use: app_settings.SIGNUP_FIELDS['email']['required']
  email = serializers.EmailField(required=allauth_account_settings.EMAIL_REQUIRED)
Operations to perform:
  Apply all migrations: account, admin, auth, authtoken, contenttypes, files, jobs, mapping, sessions, sites, socialaccount
Running migrations:
  Applying files.0002_alter_filedownload_id_alter_filetype_id... OK
  Applying jobs.0004_alter_job_id_alter_jobstage_id_alter_stagestatus_id... OK
  Applying mapping.0013_alter_datadictionary_id_alter_datapartner_id_and_more... OK
  

@brian-kim31
brian-kim31 merged commit 44e45e4 into main Feb 4, 2026
12 checks passed
@brian-kim31
brian-kim31 deleted the bigautofield_migration branch February 4, 2026 09:51
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Carrot Backlog Feb 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Django Migration Warning: BigAutoField Changes Not Migrated

2 participants