Skip to content

Releases: orisintel/laravel-process-stamps

v2.0.0

14 Apr 13:31
fb30c87
Compare
Choose a tag to compare

Upgrade to Laravel 7

v1.3.0

03 Sep 15:19
Compare
Choose a tag to compare
  • Laravel 6.0 Support

v1.2.0

06 Aug 20:58
458c123
Compare
Choose a tag to compare

Allow specification of foreign key / index names in migrations.

v1.1.3

18 Apr 17:04
2db9f6f
Compare
Choose a tag to compare
only add parent_id column if it doesn't exist (#8)

* only add parent_id column if it doesn't exist

* Apply fixes from StyleCI

[ci skip] [skip ci]

* explanation

* Apply fixes from StyleCI

[ci skip] [skip ci]

v1.1.2

18 Apr 15:53
d8c9ec4
Compare
Choose a tag to compare

Renamed migration timestamp to prevent table race conditions.

v1.1.1

11 Apr 20:03
Compare
Choose a tag to compare
update artisan to no longer prepend 'artisan' to command name

v1.1.0: Parent / child process ids (#7)

03 Apr 20:45
407e32d
Compare
Choose a tag to compare
* add migration

* add relation

* fillable

* typo fix

* enable foreign keys on sqlite

* cleanup

* fix fake migration

* parents work with urls

* Apply fixes from StyleCI

[ci skip] [skip ci]

* parents for artisan commands

* Apply fixes from StyleCI

[ci skip] [skip ci]

* check for children count

* add fk

* comment about $_SERVER

v1.0.5

12 Feb 14:47
6bbe97a
Compare
Choose a tag to compare
id -> primary_key

v1.0.4

12 Feb 14:33
e770f10
Compare
Choose a tag to compare
Apply fixes from StyleCI (#4)

[ci skip] [skip ci]

v1.0.3

31 Jan 16:19
4b58ebe
Compare
Choose a tag to compare

Bug fixes