facturation/uninstall.php
2019-11-02 16:53:27 +00:00

6 lines
129 B
PHP

<?php
namespace Garradin;
$db = DB::getInstance();
$db->exec(file_get_contents(dirname(__FILE__) . "/data/schema_remove.sql"));