summaryrefslogtreecommitdiff
path: root/app/Schema/Migration37.php
AgeCommit message (Expand)AuthorFilesLines
2026-05-11Add Firebird/PDO support via lsces/illuminate-firebirdHEADv2.2.7-lscfirebirdLester Caine1-13/+31
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-03-31Refactoring class DBGreg Roach1-6/+1
2024-03-31Refatoring class DBGreg Roach1-1/+1
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-10-08Fix: #4572 - migration fails to drop index with SQL-ServerGreg Roach1-22/+12
2022-10-05Fix: #4571 - Compatibility with SQL-ServerGreg Roach1-13/+23
2022-10-04Working on cross-database compatibilityGreg Roach1-27/+7
2022-10-04Fix: #4569 - SQL-Server uses non-standard syntax for SUBSTRING()Greg Roach1-7/+10
2022-10-04Fix: #4569 - SQL-Server uses non-standard syntax for SUBSTRING()Greg Roach1-1/+3
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-03-15TypoGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-04-15Make migration step 37 more robustGreg Roach1-16/+18
2019-12-09Fix: #2843 - change in column sizes can break migration 37Greg Roach1-5/+24
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-04-03Declare static closuresGreg Roach1-6/+6
2019-03-09Fix: #2233 some databases cannot index columns longer than 255 charsGreg Roach1-4/+1
2019-03-02TypeHintsGreg Roach1-1/+1
2019-01-12Use illuminate/databaseGreg Roach1-2/+1
2019-01-10LEFT() is MySQL specific. Use SUBSTR() instead.Greg Roach1-1/+1
2019-01-04Add visibility to constantsGreg Roach1-3/+1
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-29Use illuminate/database for site settings and logsGreg Roach1-1/+8
2018-12-27Apply fixes from StyleCI (#2072)Greg Roach1-1/+1
2018-12-27Use illuminate/database for migrations and seedsGreg Roach1-54/+50
2018-12-18Add support for Laravel query-builderGreg Roach1-1/+1
2018-11-18Fix: #2009 - default row format for tables with long indexesGreg Roach1-1/+1
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-08-19PHPDocGreg Roach1-0/+2
2018-07-19Make schema update a bit more resilientGreg Roach1-5/+9
2018-07-16Use PSR2 code styleGreg Roach1-56/+58
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-12-03Scrutinizer Auto-Fixes (#1524)Scrutinizer Auto-Fixer1-1/+1
2017-11-26Add more support for multiple files per media objectGreg Roach1-3/+47
2017-11-22Fix: #1297 - remove final need to enter/use XREFsGreg Roach1-57/+10
2017-11-03Code styleGreg Roach1-1/+0
2017-03-082017Greg Roach1-1/+1
2016-12-23Code style - short array syntaxGreg Roach1-4/+4
2016-09-26Fix: Over-long media data and MySQL with strict modeGreg Roach1-0/+90