キケッツ掲示板のリポジトリです. https://bbs.kekec.wiki
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 lines
168 B

  1. <?php
  2. require_once './db_connection.php';
  3. $files = glob ('./migrations/*.sql');
  4. foreach ($files as $file)
  5. $__db_connection -> query (file_get_contents ($file));