mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-30 13:58:49 +01:00
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. |
||
|---|---|---|
| .. | ||
| migrate | ||
| seeds.rb | ||
| tracks-blank.sqlite3.db | ||
| tracks-example.sqlite3.db | ||
| tracks-test.sqlite3.db | ||