Commit Graph

17 Commits

Author SHA1 Message Date
34d94edd3e Add author to Workflow
[MAILPOET-4417]
2022-08-24 14:02:08 +02:00
5bd994c01c Add activatedAt to workflow
[MAILPOET-4417]
2022-08-24 14:02:08 +02:00
3885194b48 Add created and updated columns to versions table
[MAILPOET-4430]
2022-08-10 16:57:25 +02:00
02489a61a6 Add version_id to WorkflowRun
[MAILPOET-4430]
2022-08-10 16:57:25 +02:00
964f3ca69d Separate workflow versionable data into workflow_version table
[MAILPOET-4430]
2022-08-10 16:57:25 +02:00
a073f05ffe Shorten automation table names
[MAILPOET-4465]
2022-07-12 13:36:58 +02:00
53fc49d1eb Simplify phpcs:disable comments
Additionally this commit contains a conversion from %d to %s in a query

[MAILPOET-4219]
2022-04-04 17:12:33 +02:00
cb55cae1b2 Escape SQL queries following wp org sniffs
[MAILPOET-4129]
2022-04-04 17:12:33 +02:00
efdca49f2e Use LIKE escaping from $wpdb
[MAILPOET-4055]
2022-03-14 09:36:21 +01:00
686e046c40 Fix trigger_key column type
[MAILPOET-4055]
2022-03-14 09:36:21 +01:00
0d990e1b18 Clean Action Scheduler data in automation migrator reset
[MAILPOET-4136]
2022-03-14 09:36:21 +01:00
d9d7df0b84 Add column for workflow data subjects
Data subjects will carry the data through a workflow.

[MAILPOET-4136]
2022-03-14 09:36:21 +01:00
37b2c29eab Add workflow run table
[MAILPOET-4136]
2022-03-14 09:36:21 +01:00
020309e916 Add status and trigger keys workflow columns
[MAILPOET-4136]
2022-03-14 09:36:21 +01:00
5a5c11cbbe Rename workflow data column to steps
[MAILPOET-4136]
2022-03-14 09:36:21 +01:00
a08aaabc55 Fix 'deleted_at' column not being nullable
[MAILPOET-4136]
2022-03-14 09:36:21 +01:00
da2621230d Move automation engine code under "Engine" namespace
This is to separate the engine itself from "integrations" that will be
built on top of the engine.

[MAILPOET-4136]
2022-03-14 09:36:21 +01:00