Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
110881f1
Commit
110881f1
authored
Jan 11, 2013
by
Sofia Papagiannaki
Browse files
Fix migrations
parent
223601c7
Changes
4
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/migrations/0051_auto__del_field_astakosuserquota_uplimit__del_field_astakosuserquota_l.py
View file @
110881f1
...
...
@@ -267,6 +267,7 @@ class Migration(SchemaMigration):
'icon'
:
(
'django.db.models.fields.FilePathField'
,
[],
{
'max_length'
:
'100'
,
'blank'
:
'True'
}),
'id'
:
(
'django.db.models.fields.AutoField'
,
[],
{
'primary_key'
:
'True'
}),
'name'
:
(
'django.db.models.fields.CharField'
,
[],
{
'unique'
:
'True'
,
'max_length'
:
'255'
,
'db_index'
:
'True'
}),
'order'
:
(
'django.db.models.fields.PositiveIntegerField'
,
[],
{
'default'
:
'0'
}),
'url'
:
(
'django.db.models.fields.FilePathField'
,
[],
{
'max_length'
:
'100'
})
},
'im.sessioncatalog'
:
{
...
...
snf-astakos-app/astakos/im/migrations/0052_auto__del_field_project_deactivation_start_date__add_field_project_sta.py
View file @
110881f1
...
...
@@ -109,10 +109,12 @@ class Migration(SchemaMigration):
},
'im.astakosuserquota'
:
{
'Meta'
:
{
'unique_together'
:
"(('resource', 'user'),)"
,
'object_name'
:
'AstakosUserQuota'
},
'capacity'
:
(
'django.db.models.fields.BigIntegerField'
,
[],
{
'null'
:
'True'
}),
'export_limit'
:
(
'django.db.models.fields.BigIntegerField'
,
[],
{
'null'
:
'True'
}),
'id'
:
(
'django.db.models.fields.AutoField'
,
[],
{
'primary_key'
:
'True'
}),
'limit'
:
(
'django.db.models.fields.PositiveIntegerField'
,
[],
{
'null'
:
'True'
}),
'import_limit'
:
(
'django.db.models.fields.BigIntegerField'
,
[],
{
'null'
:
'True'
}),
'quantity'
:
(
'django.db.models.fields.BigIntegerField'
,
[],
{
'null'
:
'True'
}),
'resource'
:
(
'django.db.models.fields.related.ForeignKey'
,
[],
{
'to'
:
"orm['im.Resource']"
}),
'uplimit'
:
(
'django.db.models.fields.BigIntegerField'
,
[],
{
'null'
:
'True'
}),
'user'
:
(
'django.db.models.fields.related.ForeignKey'
,
[],
{
'to'
:
"orm['im.AstakosUser']"
})
},
'im.emailchange'
:
{
...
...
snf-astakos-app/astakos/im/migrations/0053_auto__add_field_project_is_modified__add_field_project_is_active__add_.py
View file @
110881f1
...
...
@@ -127,10 +127,12 @@ class Migration(SchemaMigration):
},
'im.astakosuserquota'
:
{
'Meta'
:
{
'unique_together'
:
"(('resource', 'user'),)"
,
'object_name'
:
'AstakosUserQuota'
},
'capacity'
:
(
'django.db.models.fields.BigIntegerField'
,
[],
{
'null'
:
'True'
}),
'export_limit'
:
(
'django.db.models.fields.BigIntegerField'
,
[],
{
'null'
:
'True'
}),
'id'
:
(
'django.db.models.fields.AutoField'
,
[],
{
'primary_key'
:
'True'
}),
'limit'
:
(
'django.db.models.fields.PositiveIntegerField'
,
[],
{
'null'
:
'True'
}),
'import_limit'
:
(
'django.db.models.fields.BigIntegerField'
,
[],
{
'null'
:
'True'
}),
'quantity'
:
(
'django.db.models.fields.BigIntegerField'
,
[],
{
'null'
:
'True'
}),
'resource'
:
(
'django.db.models.fields.related.ForeignKey'
,
[],
{
'to'
:
"orm['im.Resource']"
}),
'uplimit'
:
(
'django.db.models.fields.BigIntegerField'
,
[],
{
'null'
:
'True'
}),
'user'
:
(
'django.db.models.fields.related.ForeignKey'
,
[],
{
'to'
:
"orm['im.AstakosUser']"
})
},
'im.emailchange'
:
{
...
...
snf-astakos-app/astakos/im/migrations/0054_auto__add_chain__add_field_projectapplication_chain.py
View file @
110881f1
...
...
@@ -112,10 +112,12 @@ class Migration(SchemaMigration):
},
'im.astakosuserquota'
:
{
'Meta'
:
{
'unique_together'
:
"(('resource', 'user'),)"
,
'object_name'
:
'AstakosUserQuota'
},
'capacity'
:
(
'django.db.models.fields.BigIntegerField'
,
[],
{
'null'
:
'True'
}),
'export_limit'
:
(
'django.db.models.fields.BigIntegerField'
,
[],
{
'null'
:
'True'
}),
'id'
:
(
'django.db.models.fields.AutoField'
,
[],
{
'primary_key'
:
'True'
}),
'limit'
:
(
'django.db.models.fields.PositiveIntegerField'
,
[],
{
'null'
:
'True'
}),
'import_limit'
:
(
'django.db.models.fields.BigIntegerField'
,
[],
{
'null'
:
'True'
}),
'quantity'
:
(
'django.db.models.fields.BigIntegerField'
,
[],
{
'null'
:
'True'
}),
'resource'
:
(
'django.db.models.fields.related.ForeignKey'
,
[],
{
'to'
:
"orm['im.Resource']"
}),
'uplimit'
:
(
'django.db.models.fields.BigIntegerField'
,
[],
{
'null'
:
'True'
}),
'user'
:
(
'django.db.models.fields.related.ForeignKey'
,
[],
{
'to'
:
"orm['im.AstakosUser']"
})
},
'im.chain'
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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