diff --git a/-/migrations/006_addindex_customurl.php b/-/migrations/006_addindex_customurl.php new file mode 100755 index 0000000..a4203ed --- /dev/null +++ b/-/migrations/006_addindex_customurl.php @@ -0,0 +1,22 @@ +createIndex(DB_PREFIX . 'urls', 'custom_url', 'custom_url_index'); + } + + function down() + { + + } +}