.. |
001_create_osm_db.rb
|
move fulltext indexes to monkeypatch, since not all dbs have a fulltext analogue
|
2008-11-08 18:44:38 +00:00 |
002_cleanup_osm_db.rb
|
remove indexes before renaming tables (some dbs have database-level index namespaces) and unsigned is also a mysqlism
|
2008-11-09 19:30:22 +00:00 |
003_sql_session_store_setup.rb
|
Move db engine changing into db adaptor monkeypatch
|
2008-11-08 18:04:36 +00:00 |
004_user_enhancements.rb
|
Moving AUTO_INCREMENTs to monkeypatching. Seems a bit hacky though
|
2008-11-08 16:47:02 +00:00 |
005_tile_tracepoints.rb
|
remove indexes before renaming tables (some dbs have database-level index namespaces) and unsigned is also a mysqlism
|
2008-11-09 19:30:22 +00:00 |
006_tile_nodes.rb
|
remove indexes before renaming tables (some dbs have database-level index namespaces) and unsigned is also a mysqlism
|
2008-11-09 19:30:22 +00:00 |
007_add_relations.rb
|
migrations: add specific method for nodes/ways/relations enum column
|
2008-11-09 16:11:42 +00:00 |
008_remove_segments.rb
|
rails_port_0.5: Add the index before loading the data as suggested by Tom Hughes.
|
2007-09-24 13:31:11 +00:00 |
008_remove_segments_helper.cc
|
added tagging of two-node ways created from tagged or unwayed segments. untested.
|
2007-09-26 09:54:49 +00:00 |
009_way_nodes_node_idx.rb
|
Add migration to add an index on node_id to way_nodes. This index was added
|
2008-01-07 00:30:44 +00:00 |
010_diary_comments.rb
|
move bigint_pk id column into table def, no need to be an add_column
|
2008-11-08 12:30:42 +00:00 |
011_add_user_image.rb
|
Restore add_user_image migration.
|
2008-02-23 16:01:12 +00:00 |
012_add_admin_flag.rb
|
Add an administrator flag to the user table.
|
2008-08-13 08:12:09 +00:00 |
013_add_email_valid.rb
|
Fixing boo-boo in r11802 - but you can assign integers to booleans on all dbs
|
2008-11-08 17:08:51 +00:00 |
014_add_new_email.rb
|
Allow users to change their email address. Closes #546.
|
2008-08-13 11:39:33 +00:00 |
015_add_user_visible.rb
|
Boolean correctness in migrations
|
2008-11-08 15:01:14 +00:00 |
016_add_creation_ip.rb
|
Log the IP address used to create an account.
|
2008-10-12 23:20:28 +00:00 |
017_add_gpx_indexes.rb
|
Add some extra indexes.
|
2008-12-12 15:43:02 +00:00 |
018_add_timestamp_indexes.rb
|
resync from rails_port 11795:12304
|
2008-12-12 19:29:27 +00:00 |
019_populate_node_tags_and_remove.rb
|
resync from rails_port 11795:12304
|
2008-12-12 19:29:27 +00:00 |
019_populate_node_tags_and_remove_helper.c
|
resync from rails_port 11795:12304
|
2008-12-12 19:29:27 +00:00 |
020_move_to_innodb.rb
|
resync from rails_port 11795:12304
|
2008-12-12 19:29:27 +00:00 |
021_key_constraints.rb
|
resync from rails_port 11795:12304
|
2008-12-12 19:29:27 +00:00 |
022_add_changesets.rb
|
resync from rails_port 11795:12304
|
2008-12-12 19:29:27 +00:00 |
023_order_relation_members.rb
|
resync from rails_port 11795:12304
|
2008-12-12 19:29:27 +00:00 |
024_add_end_time_to_changesets.rb
|
resync from rails_port 11795:12304
|
2008-12-12 19:29:27 +00:00 |