From a3f541d7b338321921fb23699a7037861d36c6f9 Mon Sep 17 00:00:00 2001 From: ardakaraderi Date: Thu, 6 Oct 2022 14:14:13 +0300 Subject: [PATCH] Added indicators. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9a10e51..a5122ab 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ # Laravel Partitions for Migrations This package extends Illuminate to provide partitioned table creation in migrations. +[![Latest Version on Packagist](https://img.shields.io/packagist/v/orptech/laravel-migration-partition.svg?style=flat-square)](https://packagist.org/packages/orptech/laravel-migration-partition) +[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/orptech-com/laravel-migration-partition/run-tests?label=tests)](https://github.com/orptech-com/laravel-migration-partition/actions?query=workflow%3Arun-tests+branch%3Amain) +[![Total Downloads](https://img.shields.io/packagist/dt/orptech/laravel-migration-partition.svg?style=flat-square)](https://packagist.org/packages/orptech/laravel-migration-partition) ## ORPTech