remove unused tables and add tool extract_db_struct
This commit is contained in:
parent
7d5466c661
commit
3c6e7e49f4
2 changed files with 1523 additions and 1583 deletions
File diff suppressed because it is too large
Load diff
4
tools/extract_db_struct.php
Normal file
4
tools/extract_db_struct.php
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
error_reporting(E_ALL);
|
||||
require '../src/serverlib/database.struct.php';
|
||||
echo json_encode(unserialize(base64_decode($databaseStructure)), JSON_PRETTY_PRINT|JSON_UNESCAPED_UNICODE);
|
Loading…
Reference in a new issue