mirror of
https://github.com/friendica/friendica
synced 2025-04-23 23:10:10 +00:00
Added sort order
This commit is contained in:
parent
84ab5d6159
commit
bb5e6d248b
2 changed files with 11 additions and 10 deletions
|
@ -188,6 +188,7 @@ class DBStructure
|
|||
$filename = DI::basePath() . '/doc/database/db_' . $name . '.md';
|
||||
file_put_contents($filename, $content);
|
||||
}
|
||||
asort($tables);
|
||||
$content = Renderer::replaceMacros(Renderer::getMarkupTemplate('tables.tpl'), [
|
||||
'$tables' => $tables,
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue