keystone/keystone/common/sql/migrate_repo/versions
Dolph Mathews de7c920e82 Remove hard tabs and trailing whitespace
Change-Id: I27f0054f8aca053e0fd31c4b848771438b0f34ac
2013-06-28 14:30:47 -05:00
..
001_add_initial_tables.py Removed unused imports 2012-12-28 11:29:24 -06:00
002_sqlite_downgrade.sql Remove hard tabs and trailing whitespace 2013-06-28 14:30:47 -05:00
002_sqlite_upgrade.sql Remove hard tabs and trailing whitespace 2013-06-28 14:30:47 -05:00
002_token_id_hash.py Implement python version of migration 002. 2012-07-30 22:20:25 -04:00
003_sqlite_upgrade.sql PKI Token revocation 2012-08-16 15:07:31 -04:00
003_token_valid.py Satisfy flake8 import rules F401 and F403 2013-05-23 09:14:05 -05:00
004_undo_token_id_hash.py Remove id_hash column 2012-09-04 17:59:35 -04:00
005_set_utf8_character_set.py Convert database schemas to use utf8 character set. 2012-09-22 17:33:48 +08:00
006_add_policy_table.py Removed unused imports 2012-12-28 11:29:24 -06:00
007_add_domain_tables.py Enable/disable domains (bug 1100145) 2013-01-28 20:37:20 +00:00
008_create_default_domain.py imports not in alphabetical order (flake8 H306) 2013-05-24 01:25:32 +00:00
009_normalize_identity.py Satisfy flake8 import rules F401 and F403 2013-05-23 09:14:05 -05:00
010_normalize_identity_migration.py Use is_enabled() in folsom->grizzly upgrade (bug 1167421) 2013-04-11 16:59:59 -05:00
011_endpoints_v3.py Create a default domain (bp default-domain) 2013-01-31 21:48:39 +00:00
012_populate_endpoint_type.py Utilize legacy_endpoint_id column (bug 1154918) 2013-03-18 10:31:53 -05:00
013_drop_legacy_endpoints.py Create a default domain (bp default-domain) 2013-01-31 21:48:39 +00:00
014_add_group_tables.py Implement name space for domains 2013-02-19 07:06:22 +00:00
015_tenant_to_project.py Remove unused variables (flake8 F841) 2013-05-23 09:39:32 -05:00
016_normalize_domain_ids.py Commit transaction in migration 2013-06-07 17:23:04 -05:00
017_membership_role.py Remove unused variables (flake8 F841) 2013-05-23 09:39:32 -05:00
018_add_trust_tables.py Remove unused variables (flake8 F841) 2013-05-23 09:39:32 -05:00
019_fixup_role.py Satisfy flake8 import rules F401 and F403 2013-05-23 09:14:05 -05:00
020_migrate_metadata_table_roles.py Fix incorrect role assignment in migration. 2013-05-31 15:46:01 +10:00
021_add_trust_to_token.py Satisfy flake8 import rules F401 and F403 2013-05-23 09:14:05 -05:00
022_move_legacy_endpoint_id.py close db migration session 2013-03-27 11:27:07 +10:30
023_drop_credential_constraints.py Check schema when dropping constraints. 2013-06-04 21:10:19 -04:00
024_add_index_to_expires.py Add index on expires column of the SQL token Backend 2013-05-28 16:21:16 -05:00
025_add_index_to_valid.py Add index on valid column of the SQL token Backend 2013-05-29 13:36:58 +02:00
026_drop_user_group_constraints.py drop user and group constraints 2013-06-10 11:38:39 -04:00
__init__.py establish basic structure 2012-01-18 20:06:27 -08:00