Commit graph

9 commits

Author SHA1 Message Date
tadhgboyle
0c80570609
Enable StyleCI (#3475)
* Create StyleCI config file

* Disable `phpdoc_separation`

* Apply fixes from StyleCI (#3476)

Co-authored-by: StyleCI Bot <bot@styleci.io>

* style: styleci fixes

---------

Co-authored-by: StyleCI Bot <bot@styleci.io>
Co-authored-by: Sam <samerton@users.noreply.github.com>
2024-03-09 11:19:55 +00:00
Sam
20396e19ad
Support custom migration tables (#3380)
* Support custom migration tables

* Allow specifying custom migrations directory

* PHP 7.4 fix

* Consistent parameters and add rollback function

* Update Phinx and fix migrations

* Tidy strtolower

* Phinx feature flags
2023-06-10 17:38:20 +01:00
Tadhg Boyle
1ce948f27d
Use regex to determine which files to treat as migration files (#3308) 2023-04-04 08:09:52 -07:00
Tadhg Boyle
5d56470de2
Better missing/extra migration exception page (#3005) 2022-08-11 10:45:20 -07:00
Tadhg Boyle
e284654e88 Log phinx output to file 2022-06-21 22:16:45 -06:00
Tadhg Boyle
ada40cd5a5 Fix PhinxAdapter error 2022-06-12 16:00:33 -06:00
Tadhg Boyle
c4101a60ab Make comparison work on all OS 2022-05-31 21:40:00 -06:00
Tadhg Boyle
c52b55f251 Improve checking for pending DB migrations on page load 2022-05-31 21:08:50 -06:00
Tadhg Boyle
0ace37d0e9
DB migration system (#2770) 2022-05-31 11:29:47 -06:00