Skip to content

Releases: orptech-com/laravel-migration-partition

v4.0.4

27 Nov 11:32
4af8114
Compare
Choose a tag to compare

Updated the version to include minor changes on the README.md file.

v4.0.3

26 May 20:35
b09b0a6
Compare
Choose a tag to compare
Merge pull request #20 from orptech-com/dependabot/github_actions/dep…

…endabot/fetch-metadata-1.5.0

Bump dependabot/fetch-metadata from 1.3.6 to 1.5.0

v4.0.2

18 Feb 19:44
e1cc2e1
Compare
Choose a tag to compare

Laravel 10 compatability.

v3.0.0

12 Oct 09:42
754f122
Compare
Choose a tag to compare
  • Series partition creation commands for range, list and hash partitions.
  • New naming convention in order to provide extendability.
  • Ability to attach, and detach partitions.
  • Support for native Illuminate methods.
  • Updated README to provide more in-depth usage guidance.

This is a major release and is NOT backward compatible.

v2.0.0

10 Oct 09:40
eaca44d
Compare
Choose a tag to compare
  • Changed the range partition naming convention.
  • Added support for hash partitioning.
  • Added support for list partitioning.

v1.0.6

08 Oct 19:31
Compare
Choose a tag to compare

Added attachPartition method.

v1.0.5

06 Oct 11:15
Compare
Choose a tag to compare

Added README.md indicators.

v1.0.4

06 Oct 11:08
Compare
Choose a tag to compare

In order to work with partitions, PostgreSQL requires tables to be created as "partitioned table", and it's impossible to convert a regular table into a partitioned one. Solutions on the internet show that people use raw queries to make their tables when they are using Laravel and PostgreSQL. They lose the beauty of Laravel and its features. With this package, users can use the new Schema static method to create their partitioned table.

v1.0.3

06 Oct 11:05
Compare
Choose a tag to compare

In order to work with partitions, PostgreSQL requires tables to be created as "partitioned table", and it's impossible to convert a regular table into a partitioned one. Solutions on the internet show that people use raw queries to make their tables when they are using Laravel and PostgreSQL. They lose the beauty of Laravel and its features. With this package, users can use the new Schema static method to create their partitioned table.