Revision ab8aecf2 snf-cyclades-app/synnefo/ui/userdata/migrations/0001_initial.py
b/snf-cyclades-app/synnefo/ui/userdata/migrations/0001_initial.py | ||
---|---|---|
6 | 6 |
|
7 | 7 |
class Migration(SchemaMigration): |
8 | 8 |
|
9 |
depends_on = ( |
|
10 |
("db", "0025_auto__del_field_virtualmachine_sourceimage"), |
|
11 |
) |
|
12 |
|
|
9 | 13 |
def forwards(self, orm): |
10 |
|
|
14 |
|
|
11 | 15 |
# Adding model 'PublicKeyPair' |
12 | 16 |
db.create_table('userdata_publickeypair', ( |
13 | 17 |
('id', self.gf('django.db.models.fields.AutoField')(primary_key=True)), |
... | ... | |
19 | 23 |
|
20 | 24 |
|
21 | 25 |
def backwards(self, orm): |
22 |
|
|
26 |
|
|
23 | 27 |
# Deleting model 'PublicKeyPair' |
24 | 28 |
db.delete_table('userdata_publickeypair') |
25 | 29 |
|
Also available in: Unified diff