summaryrefslogtreecommitdiffstats
path: root/nova/db/sqlalchemy/migrate_repo/versions
Commit message (Expand)AuthorAgeFilesLines
* Migration 146: Execute delete call.Rick Harris2013-02-211-1/+2
* Migration 144: Fix drop index statementRick Harris2013-02-211-22/+30
* Migration 135: Fix drop_column statementRick Harris2013-02-211-2/+1
* Remove race condition (in Networks)Boris Pavlovic2013-02-211-0/+40
* Merge "Default SG rules for the Security Group "Default""Jenkins2013-02-191-0/+61
|\
| * Default SG rules for the Security Group "Default"Morgan Fainberg2013-02-191-0/+61
* | Change CIDR column size on migration version 149Mauro S. M. Rodrigues2013-02-181-1/+1
|/
* create new cidr type for data storageSean Dague2013-02-181-0/+56
* Remove race condition (in TaskLog)Boris Pavlovic2013-02-181-0/+40
* Allow archiving deleted rows to shadow tables, for performance.David Ripton2013-02-141-0/+77
* Merge "Keep flavor information in system_metadata"Jenkins2013-01-291-0/+49
|\
| * Keep flavor information in system_metadataDan Smith2013-01-291-0/+49
* | Merge "refactored data upgrade tests in test_migrations"Jenkins2013-01-291-3/+3
|\|
| * refactored data upgrade tests in test_migrationsSean Dague2013-01-281-3/+3
* | Make sure there are no unused importJoe Gordon2013-01-281-2/+1
|/
* Provide creating real unique constraints for columnsBoris Pavlovic2013-01-231-0/+226
* Fix the wrong datatype in task_log table.Wenhao Xu2013-01-221-0/+52
* Add host to instance_faults table.Rick Harris2013-01-171-0/+36
* use postgresql INET datatype for storing IPsIonuț Arțăriși2013-01-141-0/+70
* New instance_actions and events table, model, and apiAndrew Laski2013-01-081-0/+101
* Remove availability_zones from service tableJoe Gordon2013-01-081-0/+83
* Enable Aggregate based availability zonesJoe Gordon2013-01-081-0/+57
* Implements volume usage metering.Cian O'Driscoll2012-12-031-0/+69
* Update migration so it supports PostgreSQL.Dan Prince2012-11-281-2/+2
* Migration model update for multi-node resize fix.Brian Elliott2012-11-271-0/+185
* Rename instance_info_cache unique key constraints.Dan Prince2012-11-251-0/+65
* Adds missing index migrations by instance/status.Dan Prince2012-11-201-0/+40
* Convert migrations.instance_uuid to String(36).Dan Prince2012-11-201-0/+33
* Merge "Drop unused PostgreSQL sequences from Folsom."Jenkins2012-11-191-0/+61
|\
| * Drop unused PostgreSQL sequences from Folsom.Dan Prince2012-11-191-0/+61
* | Compact pre-Grizzly database migrations.Dan Prince2012-11-1976-6022/+493
|/
* Merge "Remove nova.flags"Jenkins2012-11-191-1/+1
|\
| * Remove nova.flagsMark McLoughlin2012-11-171-1/+1
* | add index to fixed_ipsdekehn2012-11-161-0/+46
|/
* Clarify server_name, hostname, host.andrewbogott2012-11-093-0/+517
* Remove gen_uuid()Zhongyue Luo2012-11-141-3/+5
* Add DB query to get in-progress migrations.Brian Elliott2012-11-131-0/+46
* Merge "Switch from FLAGS to CONF in nova.db"Jenkins2012-11-121-2/+0
|\
| * Switch from FLAGS to CONF in nova.dbMark McLoughlin2012-11-101-2/+0
* | Updated scheduler and compute for multiple capabilities.Mikyung Kang2012-11-102-0/+96
|/
* Merge "More specific exception handling in migration 091."Jenkins2012-10-251-28/+15
|\
| * More specific exception handling in migration 091.Rick Harris2012-10-231-28/+15
* | Fix and enable pep8 E502, E712Joe Gordon2012-10-222-3/+3
|/
* remove deprecated connection_type flagSean Dague2012-10-011-10/+1
* Collect more accurate bandwidth data for XenServerMonsyne Dragon2012-09-252-2/+77
* LOG.exception() should only be used in exception handlerJohannes Erdfelt2012-09-251-1/+1
* Properly create and delete AggregatesJoe Gordon2012-09-191-0/+48
* Fix aggregate_hosts.host migration for sqliteJoe Gordon2012-09-191-2/+1
* Correct db migration 91Brian Waldon2012-09-181-6/+77
* Execute attach_time query earlier in migration 98Brian Waldon2012-09-071-2/+2