facturation/uninstall.php

7 lines
130 B
PHP
Raw Normal View History

2019-11-02 17:53:27 +01:00
<?php
namespace Garradin;
$db = DB::getInstance();
2019-11-03 17:51:31 +01:00
$db->exec(file_get_contents(dirname(__FILE__) . "/data/schema_remove.sql"));