e9326e8c9e
Handle a case when migrations table contains invalid data
...
See: https://wordpress.org/support/topic/null-values-are-exported-as-empty-strings/
[MAILPOET-5054]
2023-02-13 16:56:01 +01:00
70aefb421b
Clear error when rerunning migration
...
[MAILPOET-4811]
2022-11-14 20:12:35 +03:00
4ee08c296b
Fix unknown storage engine 'InnoDB' error
...
[MAILPOET-4802]
2022-11-10 12:59:24 +01:00
d970efc0da
Reduce size of a database field to avoid error in some MySQL versions
...
This commit reduces the size of the `name` field from varchar(255) to
varchar(191) to avoid the following fatal error in some MySQL versions:
```
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes
```
See the ticket descriptions and the links in it for more information.
[MAILPOET-4790]
2022-11-08 12:27:01 -03:00
511b8ad7ff
Retry timed out and failed migrations
...
[MAILPOET-4466]
2022-11-07 10:05:42 +01:00
dd10389c55
Implement WP CLI command to show migrations info
...
[MAILPOET-4466]
2022-11-07 10:05:42 +01:00
17ab79aa6f
Add store method to list all migrations
...
[MAILPOET-4466]
2022-11-07 10:05:42 +01:00
f9001c1826
Add store methods to start, complete, and fail a migration
...
[MAILPOET-4466]
2022-11-07 10:05:42 +01:00
31050394b9
Add a store with a method to create migrations table when it doesn't exist
...
[MAILPOET-4466]
2022-11-07 10:05:42 +01:00