Changes between Version 2 and Version 3 of Ticket #31665
- Timestamp:
- Jun 5, 2020, 9:19:16 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31665 – Description
v2 v3 57 57 This migration worked on mysql when I was developing locally, but it was because I updated the random_string() function to provide a string that was longer after I ran the migration. It failed when I ran it against my prod Postgres 9.5.15 database. 58 58 59 I suggest including default _value functions in the migrations so that when old migrations are run against new code, you don't have issues.59 I suggest including default value functions in the migrations so that when old migrations are run against new code, you don't have issues.