You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please accept my apologies if this was previously reported, or if I am doing something incorrectly. I am new to CodeIgniter and this caused me a lot of grief when following the docs at https://codeigniter.com/user_guide/dbmgmt/forge.html
Thank you for your time :)
The text was updated successfully, but these errors were encountered:
wrongecho
added
the
bug
Verified issues on the current code behavior or pull requests that will fix them
label
Sep 7, 2024
kenjis
removed
the
bug
Verified issues on the current code behavior or pull requests that will fix them
label
Sep 8, 2024
PHP Version
8.2
CodeIgniter4 Version
4.5.5
CodeIgniter4 Installation Method
Composer (using
codeigniter4/appstarter
)Which operating systems have you tested for this bug?
Windows
Which server did you use?
apache
Database
MariaDB 11.3.2
What happened?
Migration files created with
php spark make:migration
fail to be detected bymigrate:status
if hyphens (-
) are used in the name.Steps to Reproduce
PS C:\wamp64\www\codeigniter> php spark make:migration my-first-migration
PS C:\wamp64\www\codeigniter> php spark migrate:status
Expected Output
PS C:\wamp64\www\codeigniter> php spark make:migration my_first_migration
PS C:\wamp64\www\codeigniter> php spark migrate:status
Anything else?
Please accept my apologies if this was previously reported, or if I am doing something incorrectly. I am new to CodeIgniter and this caused me a lot of grief when following the docs at https://codeigniter.com/user_guide/dbmgmt/forge.html
Thank you for your time :)
The text was updated successfully, but these errors were encountered: