Steve Coast
|
e3bd648182
|
move migrations around
|
2008-02-23 10:51:33 +00:00 |
|
Nick Black
|
5692b8f341
|
commented out migration which deletes the ways column nodes
|
2008-01-24 11:24:32 +00:00 |
|
Nick Black
|
1613799be4
|
fixes syntax error
|
2008-01-24 11:09:06 +00:00 |
|
Tom Hughes
|
602b7b6d3f
|
- Add missing null constraints.
- Drop pointless index on current_node_tags and order primary key correctly.
- Make version column of node history table auto increment.
|
2008-01-23 19:25:37 +00:00 |
|
Nick Black
|
de93fe7707
|
created a temporary old nodes table to add version
|
2008-01-23 17:47:14 +00:00 |
|
Nick Black
|
84f3271091
|
removed unneeded migrations 015 and 014
|
2008-01-23 17:36:01 +00:00 |
|
Nick Black
|
4edd6d6fe9
|
migration 013 removes tags from nodes and old nodes tables/ 014 does not do anything atm
|
2008-01-23 17:31:51 +00:00 |
|
Nick Black
|
8d2a4ee67a
|
added migration to add a primary key on nodes id and version - should be run after rake db:node_version
|
2008-01-23 17:10:16 +00:00 |
|
Nick Black
|
c5f33db61e
|
adds two migrations to create old_node_tags and node_tags table and indexes. Does not change existing table structure or populate tables with any data
|
2008-01-23 11:41:56 +00:00 |
|
Xin Zheng
|
681e96bc7d
|
added mac os x instructions for db function creation
|
2008-01-21 17:43:56 +00:00 |
|
Tom Hughes
|
8181cb4bf7
|
Add support for commenting on, and replying to, diary entries.
|
2008-01-17 23:12:25 +00:00 |
|
Tom Hughes
|
38b7137fe3
|
Add migration to add an index on node_id to way_nodes. This index was added
to the live database a month or so back to support rollback in Potlatch.
|
2008-01-07 00:30:44 +00:00 |
|
Tom Hughes
|
250466e58e
|
Add a maptile_for_point() function for MySQL to work out which slippy
map tile a given point lies in.
|
2007-10-09 22:59:32 +00:00 |
|
Richard Fairhurst
|
09ccace450
|
OS X-compatible makefile supplied by agnat
|
2007-10-07 11:15:09 +00:00 |
|
Gabriel Ebner
|
5506b2d959
|
rails_port_0.5: Merge rails_port.
|
2007-10-04 14:52:09 +00:00 |
|
Tom Hughes
|
05ce43138f
|
Correct instructions for creating the database to ensure that the
default character set is specified correctly.
|
2007-10-04 10:26:30 +00:00 |
|
Gabriel Ebner
|
26fb51c86e
|
rails_port_0.5: Merge rails_port.
|
2007-09-29 17:44:17 +00:00 |
|
Tom Hughes
|
61dd59712e
|
Rescale GPS points correctly when downgrading from v5 to v4.
|
2007-09-28 23:33:32 +00:00 |
|
Tom Hughes
|
e7d834625c
|
Fall back to a pure ruby update implementation if the tile_for_point
function is not present in MySQL.
|
2007-09-28 23:18:13 +00:00 |
|
Tom Hughes
|
05602fc9d7
|
Fall back to adding tile numbers the hard way if the MySQL function is
not available.
|
2007-09-28 18:32:11 +00:00 |
|
Tom Hughes
|
dd9ad16303
|
Document installation of database functions on MacOS X.
|
2007-09-28 14:57:31 +00:00 |
|
Frederik Ramm
|
4bbe59a0c4
|
added tagging of two-node ways created from tagged or unwayed segments. untested.
|
2007-09-26 09:54:49 +00:00 |
|
Gabriel Ebner
|
b66ae59f33
|
rails_port_0.5: Add the index before loading the data as suggested by Tom Hughes.
|
2007-09-24 13:31:11 +00:00 |
|
Frederik Ramm
|
1ac9ea1f06
|
removed LOCAL from LOAD DATA INFILE
|
2007-09-24 09:32:16 +00:00 |
|
Frederik Ramm
|
06a3213acd
|
added with=4 to list of uninteresting tags, also source=PGS* (was: source=PGS exactly)
|
2007-09-24 09:11:33 +00:00 |
|
Gabriel Ebner
|
0f91ad8966
|
rails_port_0.5: Merge rails_port r4664.
|
2007-09-23 20:37:16 +00:00 |
|
Tom Hughes
|
cb71c6d57f
|
Add migration for quadtiling of node tables.
|
2007-09-23 13:42:56 +00:00 |
|
Gabriel Ebner
|
05a2bd6b46
|
rails_port_0.5/007_remove_segments_helper: Only convert segments that don't have the same tags as their way.
|
2007-09-20 15:14:25 +00:00 |
|
Gabriel Ebner
|
cfbdd3f7e1
|
Merge rails_port as of r4613 & fix tests.
|
2007-09-20 14:37:29 +00:00 |
|
Tom Hughes
|
9afb35449b
|
Change the gps_points table to store latitude and longitude values to
seven decimal places to given a worse case precision of about 1cm.
|
2007-09-18 23:29:47 +00:00 |
|
Tom Hughes
|
62dfa5ff45
|
Make the tile ID column unsigned as intended.
|
2007-09-18 23:06:40 +00:00 |
|
Tom Hughes
|
ebef7b8009
|
Add a migration to upgrade gps_points for quad tile support.
|
2007-09-12 17:59:48 +00:00 |
|
Tom Hughes
|
b1a0e5ae8b
|
Make the MySQL tile_for_point function take arguments in the same order
as the ruby version.
|
2007-09-12 17:46:03 +00:00 |
|
Gabriel Ebner
|
7958b37bc9
|
rails_port_0.5/006_remove_segments_helper: Ignore more tags when deciding which segments to convert.
|
2007-09-12 14:08:42 +00:00 |
|
Tom Hughes
|
33a65a90c9
|
QuadTile infrastructure.
|
2007-09-11 23:55:25 +00:00 |
|
Gabriel Ebner
|
3e18c51695
|
rails_port_0.5: 006_remove_segments:
- Don't run the helper if there are no segments.
- s/DELETE FROM/TRUNCATE/
|
2007-08-30 17:23:34 +00:00 |
|
Gabriel Ebner
|
8947ff2181
|
rails_port: Fix warnings in 006_remove_segments_helper.
|
2007-08-30 14:54:36 +00:00 |
|
Frederik Ramm
|
60e990790d
|
some changes suggested by TomH / yet untested
|
2007-08-29 23:07:54 +00:00 |
|
Frederik Ramm
|
78b440ffc1
|
preliminary commit 0.5 API with relations / untested after entity-relation rename, some changes still in queue
|
2007-08-29 22:00:26 +00:00 |
|
Tom Hughes
|
0a8c26e596
|
Various updates to the user management, including the creation of a
preferences table and moving tokens into a tokens table so that a user
can have more than one.
|
2007-08-14 23:07:38 +00:00 |
|
Tom Hughes
|
87a673e74c
|
Add migration to create session table in the database.
|
2007-07-30 22:59:20 +00:00 |
|
Tom Hughes
|
f601f014ca
|
New database migration to cleanup lots of things.
|
2007-07-29 19:30:11 +00:00 |
|
Tom Hughes
|
69f364bb78
|
Enhacements to the migration library code.
|
2007-06-24 16:00:46 +00:00 |
|
Tom Hughes
|
a3ad9912d5
|
Primary keys can't have names so don't pretend otherwise.
|
2007-06-24 11:38:35 +00:00 |
|
Tom Hughes
|
f042a797c6
|
Move common support code from the base migration to a library file where
it can be used by other migrations.
|
2007-06-24 11:25:26 +00:00 |
|
Tom Hughes
|
18d40684ca
|
Remove old create_database.sql script as it no longers matches the
database and everything should be done with migrations now.
|
2007-06-24 11:14:29 +00:00 |
|
Tom Hughes
|
2dd9538183
|
Fixup the base migration so that it creates a database which matches the
one on the live server.
|
2007-06-22 11:10:10 +00:00 |
|
Nick Black
|
5316d90662
|
changed to migrations and updated readme
|
2007-05-07 15:22:15 +00:00 |
|
Steve Coast
|
7a36f26a19
|
add a big fat warning
|
2007-05-06 10:22:39 +00:00 |
|
Steve Coast
|
66df1e9749
|
update current schema
|
2007-05-06 10:21:58 +00:00 |
|