Updated an initial migration to reflect actual database tables present.
- Legacy-Id: 18390
This commit is contained in:
parent
48126ba505
commit
6dd0b7c81e
|
@ -15,19 +15,6 @@ class Migration(migrations.Migration):
|
|||
]
|
||||
|
||||
operations = [
|
||||
migrations.CreateModel(
|
||||
name='Registration',
|
||||
fields=[
|
||||
('rsn', models.AutoField(primary_key=True, serialize=False)),
|
||||
('fname', models.CharField(max_length=255)),
|
||||
('lname', models.CharField(max_length=255)),
|
||||
('company', models.CharField(max_length=255)),
|
||||
('country', models.CharField(max_length=2)),
|
||||
],
|
||||
options={
|
||||
'db_table': 'registrations',
|
||||
},
|
||||
),
|
||||
migrations.CreateModel(
|
||||
name='InterimMeeting',
|
||||
fields=[
|
||||
|
|
Loading…
Reference in a new issue