Makes a migration stub that actually runs

This commit is contained in:
Kumar McMillan 2012-01-23 14:03:24 -06:00
Родитель 0bbef85335
Коммит e66028acca
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -47,7 +47,7 @@ class zamboni {
# Skip this migration because it won't succeed without indexes but you
# can't build indexes without running migrations :(
file { "$PROJ_DIR/migrations/264-locale-indexes.py":
content => "#",
content => "def run(): pass",
replace => true
}