Plugin Directory

Changeset 3081419

Timestamp:
05/05/2024 06:49:41 AM (3 months ago)
Author:
enwikuna
Message:

Extend blueprint.json

File:
1 edited

Legend:

Unmodified
Added
Removed
  • enwikuna-license-manager/assets/blueprints/blueprint.json

    r3078516 r3081419  
    7575        "resource": "literal",
    7676        "name": "schema.sql",
    77         "contents": "INSERT INTO `wp_elm_generators` (`id`, `name`, `charset`, `chunks`, `chunk_length`, `allowed_activations`, `block_separator`, `prefix`, `suffix`, `source`, `valid_for`, `created_at`, `created_by`, `updated_at`, `updated_by`) VALUES (1, 'Testgenerator', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789', 4, 4, 1, '-', 'PRE', 'SUF', 'dashboard', 365, CURRENT_TIMESTAMP, 1, null, null)"
     77        "contents": "INSERT INTO `wp_elm_generators` (`id`, `name`, `charset`, `chunks`, `chunk_length`, `allowed_activations`, `block_separator`, `prefix`, `suffix`, `source`, `valid_for`, `created_)"
    7878      }
    7979    },
     
    9393      "step": "wp-cli",
    9494      "command": "wp wc shop_order create --user=1 --status=completed --customer_id=1 --line_items='[{\"product_id\":10, \"quantity\":1}]'"
     95
     96
     97
     98
     99
     100
     101
     102
    95103    }
    96104  ]
Note: See TracChangeset for help on using the changeset viewer.