Changes between Version 2 and Version 3 of Ticket #31665


Ignore:
Timestamp:
Jun 5, 2020, 9:19:16 AM (4 years ago)
Author:
shadytradesman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31665 – Description

    v2 v3  
    5757This 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.
    5858
    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.
     59I suggest including default value functions in the migrations so that when old migrations are run against new code, you don't have issues.
Back to Top