Upload plugin files but mPDF folder

This commit is contained in:
ramoloss 2019-11-02 16:53:27 +00:00
parent ba5c48b8e8
commit 9ac4bbce8a
36 changed files with 2864 additions and 0 deletions

8
upgrade.php Normal file
View file

@ -0,0 +1,8 @@
<?php
namespace Garradin;
$db = DB::getInstance(true);
$db->exec('BEGIN;');
$db->exec(file_get_contents(dirname(__FILE__) . "/data/schema.sql"));
$db->exec('END;');