summaryrefslogtreecommitdiff
path: root/app/Schema/Migration44.php
AgeCommit message (Expand)AuthorFilesLines
2026-05-11Add Firebird/PDO support via lsces/illuminate-firebirdHEADv2.2.7-lscfirebirdLester Caine1-1/+4
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2026-02-06Use explicit functions for foreign key actionsGreg Roach1-15/+10
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-03-31Refactoring class DBGreg Roach1-7/+2
2024-03-31Refatoring class DBGreg Roach1-2/+2
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-12-15Fix: #4574 - Migration 44 fails with SQL-ServerGreg Roach1-94/+87
2022-11-30PHP 8.0 - catch() parameters are optionalGreg Roach1-2/+2
2022-10-06Fix: #4573 - SQL server does not support 'ON DELETE RESTRICT'Greg Roach1-1/+2
2022-10-05Fix: #4571 - Compatibility with SQL-ServerGreg Roach1-3/+18
2022-10-04Working on cross-database compatibilityGreg Roach1-1/+3
2022-10-04Fix: #4569 - SQL-Server uses non-standard syntax for SUBSTRING()Greg Roach1-1/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-03-15TypoGreg Roach1-1/+1
2021-03-25Fix: invalid data in wt_placelocation breaks migration 44Greg Roach1-4/+4
2021-03-18Remove debugGreg Roach1-1/+0
2021-03-15Fix: overlong place names break migrationGreg Roach1-1/+2
2021-03-15Fix: overlong place names break migrationGreg Roach1-0/+10
2021-03-12Remove unused importsGreg Roach1-1/+0
2021-03-12Max length of place column is 120 charactersGreg Roach1-1/+1
2021-03-12Fix: over-long place names break migrationGreg Roach1-17/+11
2021-03-11Remove invalid values from wt_placelocation before migrating to wt_place_loca...Greg Roach1-0/+23
2021-03-11Fix: wt_placelocation data created out-of-sequence causes migration errorGreg Roach1-0/+2
2021-02-14Fix: #3711 - the table wt_placelocation may contain duplicatesGreg Roach1-1/+27
2021-01-31Fix: MySQL 5.7 and lower cannot CAST to FLOAT - but it can convert implicitlyGreg Roach1-3/+23
2021-01-27Fix: #3693 - Postgres needs explicit cast from string to floatGreg Roach1-2/+2
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-24Fix: #3685 - orphan records in placelocation break upgradeGreg Roach1-8/+8
2021-01-21Fix: #2592, Fix: #2593, Fix: #3431, Fix: #3446, Fix: #3638, Fix: #3676, Merge...Greg Roach1-24/+66
2020-06-12Fix: adding new locations. Improve bounding-rectangle algorithmGreg Roach1-0/+69