36027-vm/db/migrate.php
2025-11-22 14:52:53 +00:00

6 lines
77 B
PHP

<?php
require_once 'config.php';
run_migrations();
require_once 'seed.php';