1
0
Fork 0
mirror of synced 2024-09-20 03:17:30 +12:00

Update database

This commit is contained in:
Jake Barnby 2024-08-27 17:43:29 +12:00
parent 1eafbf2ee2
commit c18308c024
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C
3 changed files with 21 additions and 21 deletions

View file

@ -44,13 +44,13 @@
"ext-sockets": "*",
"appwrite/php-runtimes": "0.13.*",
"appwrite/php-clamav": "2.0.*",
"utopia-php/abuse": "0.41.*",
"utopia-php/abuse": "0.42.*",
"utopia-php/analytics": "0.10.*",
"utopia-php/audit": "0.41.*",
"utopia-php/audit": "0.42.*",
"utopia-php/cache": "0.10.*",
"utopia-php/cli": "0.15.*",
"utopia-php/config": "0.2.*",
"utopia-php/database": "dev-feat-migrations as 0.51.1",
"utopia-php/database": "dev-feat-migrations as 0.52.1",
"utopia-php/domains": "0.5.*",
"utopia-php/dsn": "0.2.1",
"utopia-php/framework": "0.33.*",

34
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "c7f621c0e56130f48703ba54364e4763",
"content-hash": "b88b030917436a58130e8cc96bcdb8c5",
"packages": [
{
"name": "adhocore/jwt",
@ -1428,16 +1428,16 @@
},
{
"name": "utopia-php/abuse",
"version": "0.41.0",
"version": "0.42.0",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/abuse.git",
"reference": "961019add0edc30c11b78ca74ce7ca7c9715b513"
"reference": "08cf17e7f4fd213966c8d8702e406f2269244f0f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/abuse/zipball/961019add0edc30c11b78ca74ce7ca7c9715b513",
"reference": "961019add0edc30c11b78ca74ce7ca7c9715b513",
"url": "https://api.github.com/repos/utopia-php/abuse/zipball/08cf17e7f4fd213966c8d8702e406f2269244f0f",
"reference": "08cf17e7f4fd213966c8d8702e406f2269244f0f",
"shasum": ""
},
"require": {
@ -1445,7 +1445,7 @@
"ext-pdo": "*",
"ext-redis": "*",
"php": ">=8.0",
"utopia-php/database": "0.51.*"
"utopia-php/database": "0.52.*"
},
"require-dev": {
"laravel/pint": "1.5.*",
@ -1473,9 +1473,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/abuse/issues",
"source": "https://github.com/utopia-php/abuse/tree/0.41.0"
"source": "https://github.com/utopia-php/abuse/tree/0.42.0"
},
"time": "2024-08-19T02:47:45+00:00"
"time": "2024-08-21T08:24:01+00:00"
},
{
"name": "utopia-php/analytics",
@ -1525,21 +1525,21 @@
},
{
"name": "utopia-php/audit",
"version": "0.41.0",
"version": "0.42.0",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/audit.git",
"reference": "77f1d0a95ea791e38a38a8bc1b7728ffcedcd2d1"
"reference": "9dc168470625bcf11ff8cd9ab5660db09129f618"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/audit/zipball/77f1d0a95ea791e38a38a8bc1b7728ffcedcd2d1",
"reference": "77f1d0a95ea791e38a38a8bc1b7728ffcedcd2d1",
"url": "https://api.github.com/repos/utopia-php/audit/zipball/9dc168470625bcf11ff8cd9ab5660db09129f618",
"reference": "9dc168470625bcf11ff8cd9ab5660db09129f618",
"shasum": ""
},
"require": {
"php": ">=8.0",
"utopia-php/database": "0.51.*"
"utopia-php/database": "0.52.*"
},
"require-dev": {
"laravel/pint": "1.5.*",
@ -1566,9 +1566,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/audit/issues",
"source": "https://github.com/utopia-php/audit/tree/0.41.0"
"source": "https://github.com/utopia-php/audit/tree/0.42.0"
},
"time": "2024-08-16T06:08:00+00:00"
"time": "2024-08-21T08:24:08+00:00"
},
{
"name": "utopia-php/cache",
@ -5597,8 +5597,8 @@
{
"package": "utopia-php/database",
"version": "dev-feat-migrations",
"alias": "0.51.1",
"alias_normalized": "0.51.1.0"
"alias": "0.52.1",
"alias_normalized": "0.52.1.0"
}
],
"minimum-stability": "stable",

View file

@ -87,7 +87,7 @@ class Func extends Model
])
->addRule('schedule', [
'type' => self::TYPE_STRING,
'description' => 'Function execution schedult in CRON format.',
'description' => 'Function execution schedule in CRON format.',
'default' => '',
'example' => '5 4 * * *',
])