]> git.openstreetmap.org Git - rails.git/commit
adds two migrations to create old_node_tags and node_tags table and indexes. Does...
authorNick Black <nickb@svn.openstreetmap.org>
Wed, 23 Jan 2008 11:41:56 +0000 (11:41 +0000)
committerNick Black <nickb@svn.openstreetmap.org>
Wed, 23 Jan 2008 11:41:56 +0000 (11:41 +0000)
commitc5f33db61e8ac24e578ae431f95a2566255fbf27
treeac29bc6e172039281a8fe1a67f68d24678a47dc4
parent6319d81c0793e8a2c57fd450f88d91f16d7b409f
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
db/migrate/011_create_node_tags.rb [new file with mode: 0644]
db/migrate/012_create_old_node_tags.rb [new file with mode: 0644]