Plugin Directory

Changeset 2961360

Timestamp:
08/31/2023 08:38:23 PM (11 months ago)
Author:
tidevapps
Message:

Correção no ativador

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gerador-de-certificados-devapps/trunk/includes/class-devapps-certificate-generator-activator.php

    r2961357 r2961360  
    4545
    4646        $sql = "
    47         CREATE TABLE `{$wpdb->prefix}devapps_certificate_models` (
     47        CREATE TABLE `{$wpdb->prefix}devapps_certificate_models` (
    4848            `id` INT NOT NULL AUTO_INCREMENT,
    4949            `code` CHAR(36) NOT NULL DEFAULT (uuid()),
     
    6060
    6161        $sql = "
    62         CREATE TABLE `{$wpdb->prefix}devapps_certificates` (
     62        CREATE TABLE `{$wpdb->prefix}devapps_certificates` (
    6363            `Id` INT NOT NULL AUTO_INCREMENT,
    6464            `code` CHAR(36) NOT NULL DEFAULT (uuid()),
Note: See TracChangeset for help on using the changeset viewer.