.. |
001_create_osm_db.rb
|
Fixing the migration so that it will better match the live databetter.
|
2008-11-05 18:42:38 +00:00 |
002_cleanup_osm_db.rb
|
New database migration to cleanup lots of things.
|
2007-07-29 19:30:11 +00:00 |
003_sql_session_store_setup.rb
|
Add migration to create session table in the database.
|
2007-07-30 22:59:20 +00:00 |
004_user_enhancements.rb
|
Various updates to the user management, including the creation of a
|
2007-08-14 23:07:38 +00:00 |
005_tile_tracepoints.rb
|
Rescale GPS points correctly when downgrading from v5 to v4.
|
2007-09-28 23:33:32 +00:00 |
006_tile_nodes.rb
|
Fall back to adding tile numbers the hard way if the MySQL function is
|
2007-09-28 18:32:11 +00:00 |
007_add_relations.rb
|
rails_port_0.5: Merge rails_port r4664.
|
2007-09-23 20:37:16 +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
|
Add support for commenting on, and replying to, diary entries.
|
2008-01-17 23:12:25 +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
|
Allow a user's email address to be marked invalid, and suppress most
|
2008-08-13 10:45:49 +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
|
Fix migration.
|
2008-08-24 16:56:34 +00:00 |
016_add_timestamp_indexes.rb
|
Doing a resync from mainline 8633:10895. There was one simple to resolve conflict on app/models/node.rb. Also moving the migrations for API0.6 to new sequence numbers since there was some new migrations added to mainline, where the migration numbers would conflict if not moved.
|
2008-09-25 15:06:05 +00:00 |
017_populate_node_tags_and_remove.rb
|
fix the indentation only
|
2008-11-07 15:08:43 +00:00 |
017_populate_node_tags_and_remove_helper.c
|
fix the indentation only
|
2008-11-07 15:08:43 +00:00 |
018_move_to_innodb.rb
|
Doing the update version part of the migration in chunks of 10000 instead of all at once so that MySQL doesn't choke with running out of table locks.
|
2008-11-06 17:15:22 +00:00 |
019_key_constraints.rb
|
Doing a resync from mainline 8633:10895. There was one simple to resolve conflict on app/models/node.rb. Also moving the migrations for API0.6 to new sequence numbers since there was some new migrations added to mainline, where the migration numbers would conflict if not moved.
|
2008-09-25 15:06:05 +00:00 |
020_add_changesets.rb
|
Change bigint id column to monkeypatching-friendly syntax
|
2008-11-08 11:01:39 +00:00 |