Remove _wp prefix added unintentionally

Rodrigo Primo 2020-10-22 08:55:14 -03:00
parent 3499ddfd70
commit 2e7f09e83d
1 changed files with 2 additions and 2 deletions

@ -89,14 +89,14 @@ The following tables are installed with WooCommerce. Please note, each table nam
| `claim_id` | `bigint(20) unsigned` | | Primary | Null | auto_increment |
| `date_created_gmt` | `datetime` | | MUL | `0000-00-00 00:00:00` | |
### Table: `wp_actionscheduler_groups`
### Table: `actionscheduler_groups`
| Field | Type | Null | Key | Default | Extra |
|------------|-----------------------|------|---------|---------|----------------|
| `group_id` | `bigint(20) unsigned` | | Primary | Null | auto_increment |
| `slug` | `varchar(255)` | | MUL | Null | |
### Table: `wp_actionscheduler_logs`
### Table: `actionscheduler_logs`
| Field | Type | Null | Key | Default | Extra |
|------------------|-----------------------|------|---------|-----------------------|----------------|