wn_
|
d376cd6142
|
Address upcoming string interpolation deprecation.
https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation
|
2022-11-12 16:20:59 +00:00 |
wn_
|
a63c949a55
|
Use arrow functions in some places.
|
2022-08-12 14:41:21 +00:00 |
wn_
|
93fd85df6f
|
Switch to direct type declarations of class properties.
|
2022-08-12 14:13:26 +00:00 |
Andrew Dolgov
|
45431170b6
|
fix phpstan warnings in classes/db/migrations.php
|
2021-11-13 17:31:13 +03:00 |
wn_
|
d3a81f598b
|
Switch class properties from PHP typing to PHPDoc for compatibility with PHP < 7.4.0
|
2021-11-12 21:17:31 +00:00 |
wn_
|
011c941e7c
|
Fix some PHPStan warnings in 'classes/db/migrations.php', 'classes/db/prefs.php', and 'classes/debug.php'.
|
2021-11-12 05:24:02 +00:00 |
Andrew Dolgov
|
31b29e0a56
|
log applied migrations
|
2021-03-04 11:33:25 +03:00 |
Andrew Dolgov
|
8f8ca49e4b
|
migrations: refuse to apply empty schema files
|
2021-03-04 10:13:29 +03:00 |
Andrew Dolgov
|
4ede76280b
|
migrations: don't try to use transactions on mysql
|
2021-03-04 09:43:12 +03:00 |
Andrew Dolgov
|
5eb0f3d640
|
bring back web dbupdate using new migrations system
|
2021-03-04 09:22:24 +03:00 |
Andrew Dolgov
|
c0fb0a5ec0
|
wip for db_migrations for core schema
|
2021-03-04 08:30:52 +03:00 |
Andrew Dolgov
|
921569e5da
|
support loading base schema as latest version
|
2021-03-04 07:26:05 +03:00 |
Andrew Dolgov
|
8256ab5dd9
|
wip: initial for db_migrations
|
2021-03-03 23:38:52 +03:00 |