Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Re2o
re2o
Commits
4a3d0f34
Commit
4a3d0f34
authored
Jan 10, 2021
by
klafyvel
Committed by
Gabriel Detraz
Jan 24, 2021
Browse files
feat: Integrate the removal of LDAP to migration squash.
parent
11028140
Changes
13
Expand all
Hide whitespace changes
Inline
Side-by-side
cotisations/migrations/0001_model_creation.py
View file @
4a3d0f34
...
...
@@ -112,6 +112,7 @@ class Migration(migrations.Migration):
(
"users"
,
"0093_user_profile_image"
),
(
"users"
,
"0094_remove_user_profile_image"
),
(
"users"
,
"0095_user_theme"
),
(
"users"
,
"0096_auto_20210110_1811"
),
(
"cotisations"
,
"0001_initial"
),
(
"cotisations"
,
"0002_remove_facture_article"
),
(
"cotisations"
,
"0003_auto_20160702_1448"
),
...
...
cotisations/migrations/0002_foreign_keys.py
View file @
4a3d0f34
...
...
@@ -111,6 +111,7 @@ class Migration(migrations.Migration):
(
"users"
,
"0093_user_profile_image"
),
(
"users"
,
"0094_remove_user_profile_image"
),
(
"users"
,
"0095_user_theme"
),
(
"users"
,
"0096_auto_20210110_1811"
),
(
"cotisations"
,
"0001_initial"
),
(
"cotisations"
,
"0002_remove_facture_article"
),
(
"cotisations"
,
"0003_auto_20160702_1448"
),
...
...
ldap_sync/migrations/0001_initial.py
View file @
4a3d0f34
...
...
@@ -22,7 +22,7 @@ class Migration(migrations.Migration):
initial
=
True
dependencies
=
[
(
'users'
,
'000
4_auto_20210110_1811
'
)
(
'users'
,
'000
2_foreign_keys
'
)
]
operations
=
[
...
...
machines/migrations/0001_model_creation.py
View file @
4a3d0f34
...
...
@@ -111,6 +111,7 @@ class Migration(migrations.Migration):
(
"users"
,
"0093_user_profile_image"
),
(
"users"
,
"0094_remove_user_profile_image"
),
(
"users"
,
"0095_user_theme"
),
(
"users"
,
"0096_auto_20210110_1811"
),
(
"cotisations"
,
"0001_initial"
),
(
"cotisations"
,
"0002_remove_facture_article"
),
(
"cotisations"
,
"0003_auto_20160702_1448"
),
...
...
machines/migrations/0002_foreign_keys.py
View file @
4a3d0f34
...
...
@@ -111,6 +111,7 @@ class Migration(migrations.Migration):
(
"users"
,
"0093_user_profile_image"
),
(
"users"
,
"0094_remove_user_profile_image"
),
(
"users"
,
"0095_user_theme"
),
(
"users"
,
"0096_auto_20210110_1811"
),
(
"cotisations"
,
"0001_initial"
),
(
"cotisations"
,
"0002_remove_facture_article"
),
(
"cotisations"
,
"0003_auto_20160702_1448"
),
...
...
preferences/migrations/0001_model_creation.py
View file @
4a3d0f34
...
...
@@ -106,6 +106,7 @@ class Migration(migrations.Migration):
(
"users"
,
"0093_user_profile_image"
),
(
"users"
,
"0094_remove_user_profile_image"
),
(
"users"
,
"0095_user_theme"
),
(
"users"
,
"0096_auto_20210110_1811"
),
(
"cotisations"
,
"0001_initial"
),
(
"cotisations"
,
"0002_remove_facture_article"
),
(
"cotisations"
,
"0003_auto_20160702_1448"
),
...
...
preferences/migrations/0002_foreign_keys.py
View file @
4a3d0f34
...
...
@@ -116,6 +116,7 @@ class Migration(migrations.Migration):
(
"users"
,
"0093_user_profile_image"
),
(
"users"
,
"0094_remove_user_profile_image"
),
(
"users"
,
"0095_user_theme"
),
(
"users"
,
"0096_auto_20210110_1811"
),
(
"cotisations"
,
"0001_initial"
),
(
"cotisations"
,
"0002_remove_facture_article"
),
(
"cotisations"
,
"0003_auto_20160702_1448"
),
...
...
topologie/migrations/0001_model_creation.py
View file @
4a3d0f34
...
...
@@ -111,6 +111,7 @@ class Migration(migrations.Migration):
(
"users"
,
"0093_user_profile_image"
),
(
"users"
,
"0094_remove_user_profile_image"
),
(
"users"
,
"0095_user_theme"
),
(
"users"
,
"0096_auto_20210110_1811"
),
(
"cotisations"
,
"0001_initial"
),
(
"cotisations"
,
"0002_remove_facture_article"
),
(
"cotisations"
,
"0003_auto_20160702_1448"
),
...
...
topologie/migrations/0002_foreign_keys.py
View file @
4a3d0f34
...
...
@@ -112,6 +112,7 @@ class Migration(migrations.Migration):
(
"users"
,
"0093_user_profile_image"
),
(
"users"
,
"0094_remove_user_profile_image"
),
(
"users"
,
"0095_user_theme"
),
(
"users"
,
"0096_auto_20210110_1811"
),
(
"cotisations"
,
"0001_initial"
),
(
"cotisations"
,
"0002_remove_facture_article"
),
(
"cotisations"
,
"0003_auto_20160702_1448"
),
...
...
users/migrations/0001_model_creation.py
View file @
4a3d0f34
...
...
@@ -113,6 +113,7 @@ class Migration(migrations.Migration):
(
"users"
,
"0093_user_profile_image"
),
(
"users"
,
"0094_remove_user_profile_image"
),
(
"users"
,
"0095_user_theme"
),
(
"users"
,
"0096_auto_20210110_1811"
),
(
"cotisations"
,
"0001_initial"
),
(
"cotisations"
,
"0002_remove_facture_article"
),
(
"cotisations"
,
"0003_auto_20160702_1448"
),
...
...
users/migrations/0002_foreign_keys.py
View file @
4a3d0f34
...
...
@@ -114,6 +114,7 @@ class Migration(migrations.Migration):
(
"users"
,
"0093_user_profile_image"
),
(
"users"
,
"0094_remove_user_profile_image"
),
(
"users"
,
"0095_user_theme"
),
(
"users"
,
"0096_auto_20210110_1811"
),
(
"cotisations"
,
"0001_initial"
),
(
"cotisations"
,
"0002_remove_facture_article"
),
(
"cotisations"
,
"0003_auto_20160702_1448"
),
...
...
users/migrations/0003_ldapserviceuser_ldapserviceusergroup_ldapuser_ldapusergroup.py
deleted
100644 → 0
View file @
11028140
This diff is collapsed.
Click to expand it.
users/migrations/00
04
_auto_20210110_1811.py
→
users/migrations/00
96
_auto_20210110_1811.py
View file @
4a3d0f34
...
...
@@ -8,7 +8,7 @@ from django.db import migrations
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'users'
,
'00
03_ldapserviceuser_ldapserviceusergroup_ldapuser_ldapusergroup
'
),
(
'users'
,
'00
95_user_theme
'
),
]
operations
=
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment