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.
PlexShare/fuel/app/config/migrations.php

35 lines
785 B

<?php
return array(
'version' =>
array(
'app' =>
array(
'default' =>
array(
0 => '001_create_library',
1 => '002_create_library_permission',
2 => '003_create_movie',
3 => '004_create_permission',
4 => '005_create_season',
5 => '006_create_server',
6 => '007_create_tvshow',
7 => '008_create_user',
8 => '009_create_user_download',
9 => '010_create_user_history',
10 => '011_create_user_permission',
11 => '012_create_user_settings',
12 => '013_add_originaltitle_to_tvshow.php',
),
),
'module' =>
array(
),
'package' =>
array(
),
),
'folder' => 'migrations/',
'table' => 'migration',
'flush_cache' => false,
);