chore: initial commit
This commit is contained in:
11
api/migrations/200_version_200.php
Normal file
11
api/migrations/200_version_200.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
class Migration_Version_200 extends App_module_migration
|
||||
{
|
||||
public function up()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user