Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
noc
Commits
010e06d3
Verified
Commit
010e06d3
authored
Aug 19, 2019
by
Dmitry Volodin
Browse files
PEP8
parent
6ce8bf0b
Pipeline
#15368
passed with stages
in 12 minutes and 27 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
aaa/migrations/0008_user_last_login_null.py
View file @
010e06d3
...
...
@@ -14,9 +14,9 @@ class Migration(BaseMigration):
def
migrate
(
self
):
is_nullable
=
self
.
db
.
execute
(
"""
SELECT is_nullable = 'YES'
FROM information_schema.columns
WHERE
SELECT is_nullable = 'YES'
FROM information_schema.columns
WHERE
table_name = 'auth_user'
AND column_name = 'last_login'
"""
...
...
Andrey Vertiprahov
@aversant
mentioned in commit
1f7f74d5
·
Aug 19, 2019
mentioned in commit
1f7f74d5
mentioned in commit 1f7f74d59e2ce21cc31bb062f1520107a7235ee9
Toggle commit list
Andrey Vertiprahov
@aversant
mentioned in merge request
!2512 (merged)
·
Aug 19, 2019
mentioned in merge request
!2512 (merged)
mentioned in merge request !2512
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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