remove unused tables and add tool extract_db_struct

This commit is contained in:
Sebijk 2022-02-11 23:31:57 +01:00
parent 7d5466c661
commit 3c6e7e49f4
2 changed files with 1523 additions and 1583 deletions

File diff suppressed because it is too large Load diff

View 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);