Skip to content

Commit

Permalink
SIAIDASE-36: add content type update SQL to migration instructions in…
Browse files Browse the repository at this point in the history
… README
  • Loading branch information
anx-abruckner committed Apr 19, 2024
1 parent 48084f9 commit 6491531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ Newer releases are published as [drf-multitokenauth](https://pypi.org/project/dr
```
ALTER TABLE django_rest_multitokenauth_multitoken RENAME to drf_multitokenauth_multitoken;
UPDATE django_migrations SET app = 'drf_multitokenauth' WHERE app = 'django_rest_multitokenauth';
UPDATE django_content_type SET app_label = 'drf_multitokenauth' WHERE app_label = 'django_rest_multitokenauth';
```
4. Run Django migrations

Expand Down

0 comments on commit 6491531

Please sign in to comment.