Certain migration timestamp formats not working |
It might be a bug, but seems a specification.
In short, migration only supports filenames with regex /^\d{4}[_-]?\d{2}[_-]?\d{2}[_-]?\d{6}_(\w+)$/. See https://codeigniter4.github.io/CodeIgnit...file-names It does not say that the migration supports filename like Y-m-d-H-i-s_. By the way, why do you want to change the filename format like that? |
Messages In This Thread |
Certain migration timestamp formats not working - by Muzikant - 12-28-2022, 04:19 AM
RE: Certain migration timestamp formats not working - by kenjis - 12-28-2022, 05:40 AM
RE: Certain migration timestamp formats not working - by Muzikant - 12-28-2022, 05:52 AM
RE: Certain migration timestamp formats not working - by Mni.day - 12-28-2022, 05:56 AM
RE: Certain migration timestamp formats not working - by kenjis - 12-28-2022, 05:12 PM
RE: Certain migration timestamp formats not working - by Muzikant - 02-02-2023, 08:50 AM
|