Game-Jaming/Backend/Database/databaseMigration.php

8 lines
147 B
PHP
Raw Normal View History

2021-03-03 10:01:32 +00:00
<?php
include_once "GameJam.php";
include_once "GameData.php";
include_once "Password.php";
include_once "Group.php";
include_once "KeyWord.php";