Skip to content

Commit dce7c85

Browse files
committed
first_name => last_name
1 parent 5add7ae commit dce7c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/migrations/0222_auto__del_field_user_last_name__del_field_user_first_name__add_field_u.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class Migration(SchemaMigration):
99

1010
def forwards(self, orm):
11-
db.delete_column('auth_user', 'first_name')
11+
db.delete_column('auth_user', 'last_name')
1212

1313

1414
def backwards(self, orm):

0 commit comments

Comments
 (0)