Skip to content

Commit 6dd0b7c

Browse files
committed
Updated an initial migration to reflect actual database tables present.
- Legacy-Id: 18390
1 parent 48126ba commit 6dd0b7c

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

ietf/secr/proceedings/migrations/0001_initial.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,6 @@ class Migration(migrations.Migration):
1515
]
1616

1717
operations = [
18-
migrations.CreateModel(
19-
name='Registration',
20-
fields=[
21-
('rsn', models.AutoField(primary_key=True, serialize=False)),
22-
('fname', models.CharField(max_length=255)),
23-
('lname', models.CharField(max_length=255)),
24-
('company', models.CharField(max_length=255)),
25-
('country', models.CharField(max_length=2)),
26-
],
27-
options={
28-
'db_table': 'registrations',
29-
},
30-
),
3118
migrations.CreateModel(
3219
name='InterimMeeting',
3320
fields=[

0 commit comments

Comments
 (0)