19 lines
369 B
Python
19 lines
369 B
Python
|
# Generated by Django 4.0.4 on 2022-06-02 23:04
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('App', '0013_searchresults_user'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.RenameField(
|
||
|
model_name='searchresults',
|
||
|
old_name='user',
|
||
|
new_name='session_key',
|
||
|
),
|
||
|
]
|