Added initial sql schemas

This commit is contained in:
Frank Schubert
2023-09-06 09:55:08 +02:00
parent 849e6581ec
commit 9fdf910858
4 changed files with 2483 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php
/*
* Wrapper to call phinx with configuration file in a folder which shuld
* Wrapper to call phinx with configuration file in a folder which does
* not hold the "db" folder
*/
require_once(realpath(dirname(__FILE__)."/../config/config.php"));