Actions
Patch #6527
closedRecent migrations don't have the correct date
Start date:
2010-09-29
Due date:
% Done:
0%
Estimated time:
Description
Migrations added in r4216 don't have the correct name (201001 instead of 201009). db:migrate
run fine but the schema version reported with ruby script/about
is somehow incorrect. It has no consequence until someone report an issue and we don't know if his database is up to date. It shouldn't be a problem if we plan to have other migrations in a near future.
Eric: I let you decide if it should be changed or not.
Related issues
Updated by Eric Davis about 14 years ago
- Status changed from New to Closed
Shouldn't matter since Rails understands how to apply older migrations. Also if we change them now, we would have to have some patch for people with the older migrations already to make sure they don't run twice.
Actions