tracks/db
Matt Rogers a97384f318 Workaround a problem with SQLite 3 and long index names
Index names can only be a certain length. The remove_user_from_taggings
migration, when run on sqlite3, creates an index name that violates the
maximum length check. Fix it by removing and then recreating the indexes
as part of the migration.
2012-05-12 22:01:31 -05:00
..
migrate Workaround a problem with SQLite 3 and long index names 2012-05-12 22:01:31 -05:00
seeds.rb initial upgrade to rails 3.2.3 2012-04-30 13:56:33 +02:00
tracks-blank.sqlite3.db update docs and default database from changes in 2.1 tree 2012-04-19 00:35:46 +02:00
tracks-example.sqlite3.db update docs and default database from changes in 2.1 tree 2012-04-19 00:35:46 +02:00
tracks-test.sqlite3.db update docs and default database from changes in 2.1 tree 2012-04-19 00:35:46 +02:00