cycle / database

Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
MIT License
53 stars 22 forks source link

Add `restartIdentity` parameter to Postgres `eraseTable` method #132

Closed msmakouz closed 9 months ago

msmakouz commented 9 months ago

What was changed

Added identity restart parameter to Postgres EraseTable method.

codecov[bot] commented 9 months ago

Codecov Report

Merging #132 (df3b0ab) into 2.x (fc0c2da) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##                2.x     #132   +/-   ##
=========================================
  Coverage     94.68%   94.68%           
- Complexity     1666     1667    +1     
=========================================
  Files            96       96           
  Lines          4494     4496    +2     
=========================================
+ Hits           4255     4257    +2     
  Misses          239      239           
Files Coverage Δ
src/Driver/Postgres/PostgresHandler.php 96.15% <100.00%> (+0.15%) :arrow_up: