diff --git a/composer.phar b/composer.phar new file mode 100644 index 00000000..90a0eb4b Binary files /dev/null and b/composer.phar differ diff --git a/database/migrations/2022_10_18_064917_add_index_to_postgresql.php b/database/migrations/2022_10_18_064917_add_index_to_postgresql.php new file mode 100644 index 00000000..a2858538 --- /dev/null +++ b/database/migrations/2022_10_18_064917_add_index_to_postgresql.php @@ -0,0 +1,17 @@ +index('album_id'); + } + }); + } +};