лучшая практика направляющих - фиксирует с подрывной деятельностью VCS

FrameLayout не имеет android:gravity. Вам нужно установить android:layout_gravity вместо ProgressBar.

1
задан happythenewsad 17 June 2009 в 13:24
поделиться

1 ответ

You shouldn't have to delete any migrations. All migrations should be reversible. If you are 100% sure that no one else has used those migrations, you can delete them by:

svn rm db/migrate/your_migration
svn commit db/migrate

However, if what you mean by rolling back, is fixing it for those who already used that migration, the way to go is creating a new migration that reverses the troubled one.

2
ответ дан 3 September 2019 в 01:23
поделиться
Другие вопросы по тегам:

Похожие вопросы: