aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/074_create_holidays.rb
Commit message (Collapse)AuthorAgeLines
* Re-enable migration - it looks like the underlying bug is something to do ↵Louise Crow2012-09-27-56/+56
| | | | with interlock/memcached.
* Test commit to try to figure out what's wrong with the travis build - it ↵Louise Crow2012-09-27-56/+56
| | | | always fails on this migration.
* Fixture based migration wouldn't run on live server because PostgreSQL userfrancis2009-03-12-4/+56
| | | | doesn't have super powers to disable triggers.
* Move the initial holiday data to a fixture and load it in the migration,tony2009-03-09-56/+4
| | | | so that it works in test mode too.
* Move holidays to the databasetony2009-03-09-0/+71